From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8AAA520098 for ; Wed, 11 Jul 2018 03:22:33 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sFy3pKjb1gYX for ; Wed, 11 Jul 2018 03:22:33 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 49AA52005A for ; Wed, 11 Jul 2018 03:22:33 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 3/4] sql: refactor vdbe_emit_open_cursor calls References: <66f3383d8d49c9ac059a72ff47bf235c9cf11da7.1531242355.git.kshcherbatov@tarantool.org> <7EFC158D-8B80-4B12-8293-514077BD6923@tarantool.org> From: Kirill Shcherbatov Message-ID: <44741e23-f431-742f-5a74-03d20610677d@tarantool.org> Date: Wed, 11 Jul 2018 10:22:29 +0300 MIME-Version: 1.0 In-Reply-To: <7EFC158D-8B80-4B12-8293-514077BD6923@tarantool.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org, Nikita Pettik > Why do you need these index iterations? If spaces don’t match, what is the > point to check index ids? Btw, I deleted this code and all tests seem to pass. I've dropped. Tnx. > The rest is OK in this patch.