From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(at)postgresql(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Write a WAL record whenever we perform an operation without |
Date: | 2010-01-21 03:40:05 |
Message-ID: | 603c8f071001201940o3b3c5709hb6f222f38683541a@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Wed, Jan 20, 2010 at 2:43 PM, Heikki Linnakangas
<heikki(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Takahiro Itagaki | 2010-01-21 03:56:20 | Re: pgsql: Write a WAL record whenever we perform an operation without |
Previous Message | Simon Riggs | 2010-01-21 00:53:58 | pgsql: Better internal documentation of locking for Hot Standby conflict |
From | Date | Subject | |
---|---|---|---|
Next Message | Takahiro Itagaki | 2010-01-21 03:56:20 | Re: pgsql: Write a WAL record whenever we perform an operation without |
Previous Message | Robert Haas | 2010-01-21 03:35:19 | Re: Red-black tree for GIN |