]> granicus.if.org Git - postgresql/commit
Replace the usage of heap_addheader to create pg_attribute tuples with regular
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Nov 2008 01:57:42 +0000 (01:57 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Nov 2008 01:57:42 +0000 (01:57 +0000)
commit03e5248d0f09f46b2fcaff266e7b2f0f997d6cfd
treea4f5464a2e9751bdc2ca6214abbd619581d65235
parentc889ebce0aa5f848d680547e3af0aad8b9e577a7
Replace the usage of heap_addheader to create pg_attribute tuples with regular
heap_form_tuple.  Since this removes the last remaining caller of
heap_addheader, remove it.

Extracted from the column privileges patch from Stephen Frost, with further
code cleanups by me.
src/backend/access/common/heaptuple.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/commands/tablecmds.c
src/include/access/htup.h
src/include/catalog/heap.h