From: Konstantin Osipov <kostja@tarantool.org>
To: tarantool-patches@freelists.org
Cc: Kirill Yukhin <kyukhin@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH v2 2/4] schema: add space names cache
Date: Thu, 1 Nov 2018 14:34:25 +0300 [thread overview]
Message-ID: <20181101113425.GA2340@chai> (raw)
In-Reply-To: <20181026205507.bzdxmohg6a5stffx@esperanza>
* Vladimir Davydov <vdavydov.dev@gmail.com> [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
next prev parent reply other threads:[~2018-11-01 11:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-25 8:17 [PATCH v2 0/4] Check read access while executing SQL query Kirill Yukhin
2018-10-25 8:17 ` [PATCH v2 1/4] schema: refactor space_cache API Kirill Yukhin
2018-10-25 14:48 ` Vladimir Davydov
2018-10-25 15:31 ` Kirill Yukhin
2018-10-25 16:09 ` Vladimir Davydov
2018-10-25 8:17 ` [PATCH v2 2/4] schema: add space names cache Kirill Yukhin
2018-10-26 20:55 ` Vladimir Davydov
2018-11-01 11:34 ` Konstantin Osipov [this message]
2018-10-25 8:17 ` [PATCH v2 3/4] sql: use space_by_name in SQL Kirill Yukhin
2018-10-26 21:00 ` Vladimir Davydov
2018-10-25 8:17 ` [PATCH v2 4/4] sql: check read access while executing SQL query Kirill Yukhin
2018-10-26 21:04 ` Vladimir Davydov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181101113425.GA2340@chai \
--to=kostja@tarantool.org \
--cc=kyukhin@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='[tarantool-patches] Re: [PATCH v2 2/4] schema: add space names cache' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox