Re: WAL, xl_heap_insert and tuple oid mystry

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: WAL, xl_heap_insert and tuple oid mystry
Дата
Msg-id BANLkTik+BrxJ1BfUNjX3WVWYannkddf4aA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WAL, xl_heap_insert and tuple oid mystry  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: WAL, xl_heap_insert and tuple oid mystry  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Apr 12, 2011 at 7:55 AM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> Maybe the WAL record you're looking at is a full-page image? A record with a
> full-page image includes a verbatim copy of the page, and the individual
> tuple is omitted in that case.
>

It is? I thought full page images were only in addition to, not
instead of any data in the record. Doesn't pg_lesslog depend on this?

-- 
greg


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

Предыдущее
От: Brar Piening
Дата:
Сообщение: Re: Windows build issues
Следующее
От: Andres Freund
Дата:
Сообщение: [PATCH] Fix that NOSUPERUSER implies REPLICATION unless specified contrarily