]> granicus.if.org Git - postgresql/commit
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 18:18:04 +0000 (21:18 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 18:21:23 +0000 (21:21 +0300)
commit726117243022178e72966cbffdfb9147ec6dbbcc
treeb2de814480de62ce84e634b12626b28e3d4cca41
parenta3fd7afe3090a5098f93408d47da70b47fb59e7b
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
src/backend/access/common/heaptuple.c
src/include/access/htup_details.h