From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Postgres hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pgsql: Remove absolete function TupleDescGetSlot(). |
Date: | 2018-09-26 00:04:14 |
Message-ID: | 20180926000413.GC1659@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Hi Andres,
On Tue, Sep 25, 2018 at 11:39:05PM +0000, Andres Freund wrote:
> Remove absolete function TupleDescGetSlot().
>
> TupleDescGetSlot() was kept around for backward compatibility for
> user-written SRFs. With the TupleTableSlot abstraction work, that code
> will need to be version specific anyway, so there's no point in
> keeping the function around any longer.
There are still references in the code to this function, and a
declaration of it:
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().
src/include/funcapi.h: * TupleTableSlot *TupleDescGetSlot(TupleDesc tupdesc) - Builds a
src/include/funcapi.h:extern TupleTableSlot *TupleDescGetSlot(TupleDesc tupdesc);
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-09-26 00:10:39 | Re: pgsql: Remove absolete function TupleDescGetSlot(). |
Previous Message | Andres Freund | 2018-09-25 23:39:05 | pgsql: Remove absolete function TupleDescGetSlot(). |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-09-26 00:05:11 | Re: TupleTableSlot abstraction |
Previous Message | Andres Freund | 2018-09-25 23:45:09 | Re: TupleTableSlot abstraction |