From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove absolete function TupleDescGetSlot(). |
Date: | 2018-09-25 23:39:05 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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.
Author: Ashutosh Bapat
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/backend/executor/execTuples.c | 22 ----------------------
1 file changed, 22 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2018-09-26 00:04:14 | Re: pgsql: Remove absolete function TupleDescGetSlot(). |
Previous Message | Andres Freund | 2018-09-25 23:00:43 | pgsql: Change TupleTableSlot->tts_nvalid to type AttrNumber. |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-09-25 23:40:26 | Re: transction_timestamp() inside of procedures |
Previous Message | Tom Lane | 2018-09-25 23:22:23 | Re: PG vs macOS Mojave |