Re: renaming ExecStoreWhateverTuple - Mailing list pgsql-hackers

From Robert Haas
Subject Re: renaming ExecStoreWhateverTuple
Date
Msg-id CA+Tgmob1S2WH=Rch=H=vv9GJ6a7LavTV5=5zhLwYymH9D1mP=A@mail.gmail.com
Whole thread Raw
In response to Re: renaming ExecStoreWhateverTuple  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: renaming ExecStoreWhateverTuple
List pgsql-hackers
On Mon, Mar 25, 2019 at 11:27 AM Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Should we keep ExecStoreTuple as a compatibility macro for third party
> code?

I think that might be rather dangerous, actually, because slots now
have a type, which they didn't before.  You have to use the correct
function for the kind of slot you've got.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: Re: [PATCH] kNN for btree
Next
From: Alvaro Herrera
Date:
Subject: Re: renaming ExecStoreWhateverTuple