From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 25 Jan 2019 12:01:49 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 4/4] Allow to reuse tuple_formats for ephemeral spaces Message-ID: <20190125090149.2gwmyxdptlwgjsel@esperanza> References: <20190124174904.whc63hewbxkjhyjn@esperanza> <20190125060518.kfnj4ju3azgmeg5s@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190125060518.kfnj4ju3azgmeg5s@tarantool.org> To: Kirill Yukhin Cc: tarantool-patches@freelists.org List-ID: Pushed the patch to 2.1 with some minor changes: - moved tuple_format_remove_from_hash after tuple_format_add_to_hash; - moved tuple_format_cmp and tuple_format_hash to the beginning of the file; - removed the hunk making tuple_format_field take const format - added a cast removing const to tuple_format_cmp instead.