Re: pgsql: Write a WAL record whenever we perform an operation without

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Write a WAL record whenever we perform an operation without
Дата
Msg-id 603c8f071001201940o3b3c5709hb6f222f38683541a@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Write a WAL record whenever we perform an operation without  (heikki@postgresql.org (Heikki Linnakangas))
Ответы Re: pgsql: Write a WAL record whenever we perform an operation without  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Better internal documentation of locking for Hot Standby conflict
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Re: pgsql: Write a WAL record whenever we perform an operation without