This patch, which is built upon the "HeapTupleHeader accessor macros"

Bruce Momjian <bruce@momjian.us>

Commit: 97bfffe50ed2ee7e4714180f27b4216aee1ceb02
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-02T05:46:14Z
Releases: 7.3.1
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

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +2 −2
src/include/access/htup.h modified +86 −27
src/include/catalog/catversion.h modified +2 −2