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 91022211E7 for ; Wed, 19 Dec 2018 03:53:08 -0500 (EST) 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 Sf8eSF84HNcG for ; Wed, 19 Dec 2018 03:53:08 -0500 (EST) Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 C60B920FF7 for ; Wed, 19 Dec 2018 03:53:07 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: check that received iterator is not NULL From: "n.pettik" In-Reply-To: <4c3e6e6dbb655d11b316e5c336cd195fce5b2239.1545152376.git.imeevma@gmail.com> Date: Wed, 19 Dec 2018 11:53:04 +0300 Content-Transfer-Encoding: 7bit Message-Id: <9C7BCFFA-036D-4D62-90ED-6F2EEAB73ED1@tarantool.org> References: <4c3e6e6dbb655d11b316e5c336cd195fce5b2239.1545152376.git.imeevma@gmail.com> 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: Imeev Mergen > On 18 Dec 2018, at 20:05, imeevma@tarantool.org wrote: > > Hi! Thank you for review! Diff between version, new patch and my > answers below. LGTM.