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: | E1g4wv3-0001Q0-8n@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | 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/20180220224318.gw4oe5jadhpmcdnm@alap3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/10763358c3f0df48d2ae39b49b0c93be149cceab
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 |