Re: WAL, xl_heap_insert and tuple oid mystry - Mailing list pgsql-hackers

From Greg Stark
Subject Re: WAL, xl_heap_insert and tuple oid mystry
Date
Msg-id BANLkTik+BrxJ1BfUNjX3WVWYannkddf4aA@mail.gmail.com
Whole thread Raw
In response to Re: WAL, xl_heap_insert and tuple oid mystry  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: WAL, xl_heap_insert and tuple oid mystry  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Brar Piening
Date:
Subject: Re: Windows build issues
Next
From: Andres Freund
Date:
Subject: [PATCH] Fix that NOSUPERUSER implies REPLICATION unless specified contrarily