HeapTupleHeader accessor macros II

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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Katherine Ward
Дата:
Сообщение: Superficial changes for Win32
Следующее
От: Manfred Koizar
Дата:
Сообщение: BufMgr: eliminate unused variables