Re: pgsql: Remove absolete function TupleDescGetSlot().
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-26T03:41:38Z
Lists: pgsql-hackers
On Tue, Sep 25, 2018 at 06:42:51PM -0700, Andres Freund wrote: > My point is that FuncCallContext->slot isn't actually all that related > to TupleDescGetSlot() and could be used entirely independently. That's fair. Why not just replacing the existing comment with something like "slot can be used in your own context to store tuple values, useful in the context of user-defined SRFs"? Just my 2c. -- Michael
Commits
-
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
- 27e082b0c6e5 12.0 landed
-
Remove absolete function TupleDescGetSlot().
- 10763358c3f0 12.0 cited