Re: Streaming replication, some small issues

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Streaming replication, some small issues
Дата
Msg-id 3f0b79eb0912090125h75283c34ta4591a31e826b08@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Streaming replication, some small issues  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Wed, Dec 9, 2009 at 10:51 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Wed, Dec 9, 2009 at 10:12 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Fujii Masao <masao.fujii@gmail.com> writes:
>>> Thought? Am I missing something?
>>
>> This seems terribly overdesigned.  Just emit a warning when you see
>> the "unlogged op" record and have done.
>
> Sounds quite simple. OK, I'll do so.

Here is the patch:

- Write an XLOG UNLOGGED record in WAL if WAL-logging is skipped for only
  the reason that WAL archiving is not enabled and such record has not been
  written yet.

- Cause archive recovery to end if an XLOG UNLOGGED record is found during
  it.


I add this patch to the CommitFest 2010-01.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [PATCH] Windows x64 [repost]
Следующее
От: Martin Pihlak
Дата:
Сообщение: Re: What happened to pl/proxy and FDW?