pgsql/src backend/access/heap/heapam.c include ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/heap/heapam.c include ...
Date: 2002-07-02 05:46:14
Message-ID: 20020702054614.6E1F5475CB0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-02 05:47:37 pgsql/src backend/storage/buffer/bufmgr.c incl ...
Previous Message Bruce Momjian - CVS 2002-07-02 05:43:34 pgsql/src/test/regress GNUmakefile