From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 6 Apr 2018 18:29:15 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 1/2] memtx: do not use space_vtab::commit_alter for freeing tuples Message-ID: <20180406152915.n3dquyrmltojjaec@esperanza> References: <92f5581b8d5b981abb14d29e411b03fad02e2607.1523019950.git.vdavydov.dev@gmail.com> <20180406140827.GD18946@atlas> <20180406141926.a47vc576bjnayph6@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180406141926.a47vc576bjnayph6@esperanza> To: Konstantin Osipov Cc: tarantool-patches@freelists.org List-ID: On Fri, Apr 06, 2018 at 05:19:26PM +0300, Vladimir Davydov wrote: > On Fri, Apr 06, 2018 at 05:08:27PM +0300, Konstantin Osipov wrote: > > * Vladimir Davydov [18/04/06 16:20]: > > > + > > > +static void > > > +memtx_index_free_tuples(struct index *index) > > > +{ > > > -static void > > > -memtx_space_prune(struct space *space) > > > > I liked the old term (prune) more (memtx_index_prune()). > > Please consider keeping it. > > No problem, I will keep the old name. Renamed the method on the branch.