Re: WAL, xl_heap_insert and tuple oid mystry

Поиск
Список
Период
Сортировка
От Shigeru Hanada
Тема Re: WAL, xl_heap_insert and tuple oid mystry
Дата
Msg-id 4DA50904.4000304@metrosystems.co.jp
обсуждение исходный текст
Ответ на Re: WAL, xl_heap_insert and tuple oid mystry  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
(2011/04/13 8:34), Tom Lane wrote:
> Greg Stark<gsstark@mit.edu>  writes:
>> Doesn't pg_lesslog depend on this?
> 
> One hopes not.

AFAIK it's safe because pg_lesslog removes full-page image only when it
has enough information for substitute incremental log.

For example of XLOG_HEAP_INSERT, pg_lesslog generates incremental logs
such as xl_heap_header and tuple image from the inserted tuple in the
full-page image, and replaces full-page image with them.

Regards,
-- 
Shigeru Hanada


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WAL, xl_heap_insert and tuple oid mystry
Следующее
От: Tom Lane
Дата:
Сообщение: Re: POSIX shared memory redux