Re: pgsql: Write a WAL record whenever we perform an operation without
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Heikki Linnakangas <heikki@postgresql.org>
Cc: pgsql-committers@postgresql.org
Date: 2010-01-21T03:40:05Z
Lists: pgsql-hackers
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