HeapTupleHeader accessor macros II - Mailing list pgsql-patches

From Manfred Koizar
Subject HeapTupleHeader accessor macros II
Date
Msg-id j55aguck4aolojlr9b134si9s594nphnb5@4ax.com
Whole thread Raw
In response to HeapTupleHeader accessor macros  (Manfred Koizar <mkoi-pg@aon.at>)
Responses Re: HeapTupleHeader accessor macros II
Re: HeapTupleHeader accessor macros II
List pgsql-patches
On Sun, 12 May 2002 03:35:51 +0200, Manfred Koizar <mkoi-pg@aon.at>
wrote:
>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.
This new version of the patch can be applied cleanly against today's
cvs tip.

Servus
 Manfred

Attachment

pgsql-patches by date:

Previous
From: Katherine Ward
Date:
Subject: Superficial changes for Win32
Next
From: Manfred Koizar
Date:
Subject: BufMgr: eliminate unused variables