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 74EB220F42 for ; Tue, 19 Jun 2018 05:08:22 -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 n12DSKS2VkOd for ; Tue, 19 Jun 2018 05:08:22 -0400 (EDT) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 3A16627062 for ; Tue, 19 Jun 2018 04:21:47 -0400 (EDT) Date: Tue, 19 Jun 2018 11:21:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: remove redundant goto from VDBE prologue Message-ID: <20180619082145.srnhrn6sayjoonkl@tarantool.org> References: <20180612182607.53450-1-korablev@tarantool.org> <24a1a33e-02cc-ccf4-7ff9-a155f5e18781@tarantool.org> <28322F56-E52D-42C7-AE52-188D6F50AF63@tarantool.org> <5b137003-b3ea-918d-4528-a1c30712abd5@tarantool.org> <27FB91D4-8386-4AE9-8A1E-B68FE60EAB6B@tarantool.org> <83377E01-A80A-41A3-ACD9-939DF6CD2910@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Cc: "n.pettik" Hello Nikita, Vlad, On 19 июн 00:03, Vladislav Shpilevoy wrote: > Thanks. Now LGTM. I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin