This patch, which is built upon the "HeapTupleHeader accessor macros"
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |