From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E927B469719 for ; Sat, 26 Sep 2020 16:01:31 +0300 (MSK) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) From: Roman Khabibov In-Reply-To: Date: Sat, 26 Sep 2020 16:01:29 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20200922155903.48421-1-roman.habibov@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] box: disallow to modify format of a view List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy Hi! Thanks. Nikita, could you, please, look through? > On Sep 25, 2020, at 23:14, Vladislav Shpilevoy = wrote: >=20 > Hi! Thanks for the patch! >=20 > LGTM.