This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in

Bruce Momjian <bruce@momjian.us>

Commit: 3c35face4108af1dcd94a02bd71c820fe1899216
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-06-15T19:54:24Z
Releases: 7.3.1
This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in
HeapTupleHeaderData in setter and getter macros called
HeapTupleHeaderGetXmin, HeapTupleHeaderSetXmin etc.

It also introduces a "virtual" field xvac by defining
HeapTupleHeaderGetXvac and HeapTupleHeaderSetXvac.  Xvac is used by
VACUUM, in fact it is stored in t_cmin.

Manfred Koizar

Files