Re: pgsql: Remove absolete function TupleDescGetSlot().

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 03:41:38
Message-ID: 20180926034138.GI1659@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-09-26 06:28:15 pgsql: Add basic regression tests for default monitoring roles
Previous Message Andres Freund 2018-09-26 01:42:51 Re: pgsql: Remove absolete function TupleDescGetSlot().

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-09-26 04:49:09 Re: pgbench - add pseudo-random permutation function
Previous Message Michael Paquier 2018-09-26 03:33:24 Re: Segfault when creating partition with a primary key and sql_drop trigger exists