pgsql: Remove absolete function TupleDescGetSlot().

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove absolete function TupleDescGetSlot().
Дата
Msg-id E1g4wv3-0001Q0-8n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Change TupleTableSlot->tts_nvalid to type AttrNumber.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rework activation of commit timestamps during recovery