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 C5B092C270 for ; Tue, 30 Oct 2018 15:41:50 -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 sPBV1obZXcPS for ; Tue, 30 Oct 2018 15:41:50 -0400 (EDT) Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 872082BDDD for ; Tue, 30 Oct 2018 15:41:50 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v8 3/3] sql: remove psql_txn from Vdbe References: <8AB5D4C3-8319-4F19-9A69-68A8819C2B72@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Tue, 30 Oct 2018 22:41:47 +0300 MIME-Version: 1.0 In-Reply-To: <8AB5D4C3-8319-4F19-9A69-68A8819C2B72@tarantool.org> Content-Type: text/plain; charset="utf-8"; format="flowed" 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: "n.pettik" , tarantool-patches@freelists.org Cc: Imeev Mergen Thanks for the review! On 30/10/2018 17:30, n.pettik wrote: > >> It makes no sense to store it here, and it has never >> did. > > Nit: this sentence is grammatically incorrect, I guess. Sorry, just typo. I removed the second part of the sentence. Look at the branch. > >> SQL transaction specific things shall be taken >> from global txn object, as any transaction specific >> things. > > Patch itself is OK, but I would either separate this patch from patch-set, > or add "Follow up #xxxx” sign. Done. I used 'follow up'.