pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions
Дата
Msg-id E1ZAj7s-0000K4-PC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.

These variants used the old-style 'n'/' ' NULL indicators. The new-style
functions have been available since version 8.1. That should be long enough
that if there is still any old external code using these functions, they
can just switch to the new functions without worrying about backwards
compatibility

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/726117243022178e72966cbffdfb9147ec6dbbcc

Modified Files
--------------
src/backend/access/common/heaptuple.c |  111 ---------------------------------
src/include/access/htup_details.h     |   11 ----
2 files changed, 122 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove "const" from convertTSFunction()'s return type.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add an optional missing_ok argument to SQL function current_sett