pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions
Date
Msg-id E1ZAj7s-0000K4-PC@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove "const" from convertTSFunction()'s return type.
Next
From: Tom Lane
Date:
Subject: pgsql: Add an optional missing_ok argument to SQL function current_sett