Re: HeapTupleHeader accessor macros II

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: HeapTupleHeader accessor macros II
Дата
Msg-id 200206140512.g5E5CDk04626@candle.pha.pa.us
обсуждение исходный текст
Ответ на HeapTupleHeader accessor macros II  (Manfred Koizar <mkoi-pg@aon.at>)
Список 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@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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: libpq++ fixes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BufMgr: eliminate unused variables