Re: HeapTupleHeader accessor macros II

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Manfred Koizar <mkoi-pg(at)aon(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: HeapTupleHeader accessor macros II
Date: 2002-06-14 05:12:13
Message-ID: 200206140512.g5E5CDk04626@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I will use this newer version.

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

Manfred Koizar wrote:
> On Sun, 12 May 2002 03:35:51 +0200, Manfred Koizar <mkoi-pg(at)aon(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-14 05:12:23 Re: BufMgr: eliminate unused variables
Previous Message Bruce Momjian 2002-06-14 05:10:00 Re: libpq++ fixes