Re: pgsql: Remove absolete function TupleDescGetSlot(). - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pgsql: Remove absolete function TupleDescGetSlot().
Date
Msg-id 20180926013851.GG1659@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Remove absolete function TupleDescGetSlot().  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Remove absolete function TupleDescGetSlot().  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Tue, Sep 25, 2018 at 05:10:39PM -0700, Andres Freund wrote:
>> git grep TupleDescGetSlot
>> doc/src/sgml/xfunc.sgml:     * user-defined SRFs that use the deprecated TupleDescGetSlot().
>> src/include/funcapi.h:   * user-defined SRFs that use the deprecated TupleDescGetSlot().
>
> But here I'm less convinced. It's not entirely clear to me that the only
> real reason for this to exists actually was TupleDescGetSlot(). OTOH, I
> can't really see any proper reason to have it either.

I have not been following the recent thread about the refactoring of
TupleSlot and such very closely, but if you don't plan to use
TupleTableSlot in FuncCallContext in the future, cannot this just go
away?  The function is not here anymore, so my take would be to get rid
of all things which relied on its presence.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: when set track_commit_timestamp on, database system abort startup
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Remove absolete function TupleDescGetSlot().