]> granicus.if.org Git - postgresql/commit
Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Sep 2002 15:04:08 +0000 (15:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Sep 2002 15:04:08 +0000 (15:04 +0000)
commitcb253de21af4258b3f332df36347be8f060c0665
tree76643ed7d374200629978a3a8155e4416876f10f
parent0b1b377569692ef85f46411854639ffd936505d6
Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is
no reason to worry about the tuple commit status bits until the tuple
is inserted in a relation by heapam.c.  Also, improve comments for
heap_addheader().
src/backend/access/common/heaptuple.c