From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 2B6FD445320 for ; Fri, 17 Jul 2020 15:33:21 +0300 (MSK) Date: Fri, 17 Jul 2020 12:33:21 +0000 From: Nikita Pettik Message-ID: <20200717123320.GA3341@tarantool.org> References: <20200708145233.68952-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200708145233.68952-1-roman.habibov@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Khabibov Cc: tarantool-patches@dev.tarantool.org On 08 Jul 17:52, Roman Khabibov wrote: > In fact, the second patch is not completely connected with the > first, but I still left them in one patchset. > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3962-column > Issue: https://github.com/tarantool/tarantool/issues/3962 > > @ChangeLog > - Name all automatically generated column with the pattern "COLUMN_N". > - Fix a little bug with span display. I've fixed name of helper to expr_autoname_is_required() and pushed to master. Changelog is updated, branch is dropped.