Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot() - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot()
Date
Msg-id CA+Tgmoap5ZiFZw13qw6Swa5-GSu1_t4M+EeL+DryY3DaYRt5TQ@mail.gmail.com
Whole thread Raw
In response to Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot()  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Refactoring: join MakeSingleTupleTableSlot() and MakeTupleTableSlot()
List pgsql-hackers
On Tue, Oct 26, 2021 at 7:54 AM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> Another point that could be made is that perhaps
> MakeSingleTupleTableSlot should always construct a slot using virtual
> tuples rather than passing TTSOps as a parameter?

I haven't really looked at this issue deeply but that seems like it
might be a bit confusing. Then "single" would end up being an alias
for "virtual" which I don't suppose is what anyone is expecting.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Arjan van de Ven
Date:
Subject: src/port/snprintf.c: Optimize the common base=10 case in fmtint
Next
From: Tomas Vondra
Date:
Subject: Re: Feature request for adoptive indexes