Thread: pgsql-server/src/backend/access/common heaptuple.c

pgsql-server/src/backend/access/common heaptuple.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/09/27 11:04:08

Modified files:
    src/backend/access/common: heaptuple.c

Log message:
    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().