Re: renaming ExecStoreWhateverTuple

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: renaming ExecStoreWhateverTuple
Date: 2019-03-25 16:33:38
Message-ID: 9350.1553531618@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> Maybe we don't really need the word "tuple". Like we could just make
> it slot_store_heap() or SlotStoreHeap(). A slot can only store a
> tuple, after all.

I don't think it's wise to think of these things as just "slots";
that name is way too generic. They are "tuple slots", and so that
word has to stay in the relevant function names.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-03-25 16:36:56 Re: renaming ExecStoreWhateverTuple
Previous Message Andres Freund 2019-03-25 16:32:56 Re: renaming ExecStoreWhateverTuple