pgsql/src backend/access/heap/heapam.c include ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src backend/access/heap/heapam.c include ...
Date
Msg-id 20020702054614.6E1F5475CB0@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/07/02 01:46:14

Modified files:
    src/backend/access/heap: heapam.c
    src/include/access: htup.h
    src/include/catalog: catversion.h

Log message:
    This patch, which is built upon the "HeapTupleHeader accessor macros"
    patch from 2002-06-10, is supposed to reduce the heap tuple header size
    by four bytes on most architectures.  Of course it changes the on-disk
    tuple format and therefore requires initdb.

    This overlays cmin/cmax/xmax fields into only two fields.

    Manfred Koizar




pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/test/regress GNUmakefile
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src backend/storage/buffer/bufmgr.c incl ...