Re: pgsql: Write a WAL record whenever we perform an operation without - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Write a WAL record whenever we perform an operation without
Date
Msg-id 603c8f071001201940o3b3c5709hb6f222f38683541a@mail.gmail.com
Whole thread Raw
In response to pgsql: Write a WAL record whenever we perform an operation without  (heikki@postgresql.org (Heikki Linnakangas))
Responses Re: pgsql: Write a WAL record whenever we perform an operation without
List pgsql-committers
On Wed, Jan 20, 2010 at 2:43 PM, Heikki Linnakangas
<heikki@postgresql.org> wrote:
> Log Message:
> -----------
> Write a WAL record whenever we perform an operation without WAL-logging
> that would've been WAL-logged if archiving was enabled. If we encounter
> such records in archive recovery anyway, we know that some data is
> missing from the log. A WARNING is emitted in that case.
>
> Original patch by Fujii Masao, with changes by me.

Does this need to be updated, then?

https://commitfest.postgresql.org/action/patch_view?id=237

...Robert

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Better internal documentation of locking for Hot Standby conflict
Next
From: Takahiro Itagaki
Date:
Subject: Re: pgsql: Write a WAL record whenever we perform an operation without