Re: HeapTupleHeader accessor macros II - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: HeapTupleHeader accessor macros II
Date
Msg-id 200206151954.g5FJsJi08846@candle.pha.pa.us
Whole thread Raw
In response to HeapTupleHeader accessor macros II  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------



Manfred Koizar wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: boolean options and postmaster documentation
Next
From: Bruce Momjian
Date:
Subject: Re: BufMgr: eliminate unused variables