<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Just noticed:<br>
    There are places like that:<br>
    ```<br>
    <pre style="background-color:#ffffff;color:#000000;font-family:'DejaVu Sans Mono';font-size:15.0pt;">assert((pCur->curFlags & BTCF_TaCursor) ||
       (pCur->curFlags & BTCF_TEphemCursor));

<span style="color:#000080;font-weight:bold;">if </span>(pCur->curFlags & BTCF_TaCursor) {
       <span style="color:#000080;font-weight:bold;">return </span>tarantoolSqlite3MovetoUnpacked(pCur, pIdxKey, pRes);
}
<span style="color:#000080;font-weight:bold;">return </span>tarantoolSqlite3MovetoUnpacked(pCur, pIdxKey, pRes);</pre>
    <br>
    ```<br>
    <br>
    Refactoring required!<br>
  </body>
</html>