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 1C4C227B9A for ; Thu, 21 Feb 2019 06:02:09 -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 Zq6oEd_tFP4c for ; Thu, 21 Feb 2019 06:02:09 -0500 (EST) Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 CF81520EE5 for ; Thu, 21 Feb 2019 06:02:08 -0500 (EST) Received: from [185.6.245.178] (port=33742 helo=atlas.local) by smtp32.i.mail.ru with esmtpa (envelope-from ) id 1gwm7D-00007f-CB for tarantool-patches@freelists.org; Thu, 21 Feb 2019 14:02:07 +0300 Date: Thu, 21 Feb 2019 14:02:02 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 04/12] key_def: move cmp and hash functions declarations to key_def.h Message-ID: <20190221110202.GD3872@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Vladimir Davydov [19/02/21 13:31]: > Most of them are already there - for instance see see tuple_extract_key > and tuple_compare. Let's move the rest there too for consistency. Thank you, OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov