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 B57592D5B7 for ; Fri, 12 Oct 2018 07:18:53 -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 lOu0Lq6K3Z5G for ; Fri, 12 Oct 2018 07:18:53 -0400 (EDT) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 742EB2D5B6 for ; Fri, 12 Oct 2018 07:18:53 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH 2/6] sql: annotate SQL functions with return type From: "n.pettik" In-Reply-To: <00abc300-9b7a-f247-cc34-90cb7e904483@tarantool.org> Date: Fri, 12 Oct 2018 14:18:51 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <7D0401AB-5394-4100-BA26-2C04F23FA113@tarantool.org> References: <00abc300-9b7a-f247-cc34-90cb7e904483@tarantool.org> 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: Vladislav Shpilevoy > On 27 Sep 2018, at 23:23, Vladislav Shpilevoy = wrote: >=20 > My review fixes are on the branch in a separate > commit and here: Thx, they seem to be OK, so I=E2=80=99ve applied them all.