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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/access/common heaptuple.c
Date: 2002-09-27 15:04:08
Message-ID: 20020927150408.9E2E04763DD@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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().

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-27 15:05:24 pgsql-server/src/backend/catalog index.c
Previous Message Bruce Momjian - CVS 2002-09-27 03:59:00 pgsql-server/src/backend/tcop postgres.c