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 317AC2DC80 for ; Thu, 1 Nov 2018 07:34:30 -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 cnDgoBfCU8Li for ; Thu, 1 Nov 2018 07:34:30 -0400 (EDT) Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 779562DC6E for ; Thu, 1 Nov 2018 07:34:29 -0400 (EDT) Date: Thu, 1 Nov 2018 14:34:25 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v2 2/4] schema: add space names cache Message-ID: <20181101113425.GA2340@chai> References: <66ba0680f60b962be5b810474761e660c248d9b7.1540388902.git.kyukhin@tarantool.org> <20181026205507.bzdxmohg6a5stffx@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181026205507.bzdxmohg6a5stffx@esperanza> 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: Kirill Yukhin * Vladimir Davydov [18/10/29 20:25]: > > const struct mh_i32ptr_node_t node_p = { space_id(new_space), > > new_space }; > > struct mh_i32ptr_node_t old, *p_old = &old; In some places we use pold, in other p_old, in others old_p, and in all of these places p means "pointer". Let's agree once and for all that it's p_old, p_space, p_name, etc. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov