Re: Bug of pg_receivexlog -v

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Bug of pg_receivexlog -v
Дата
Msg-id CAHGQGwE7AmuGDVmkV1XYybfHE9fmnVSin9s5EsVBJihEfzuX4w@mail.gmail.com
обсуждение исходный текст
Ответ на Bug of pg_receivexlog -v  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Fri, Aug 1, 2014 at 8:35 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> Hi,
>
> In 9.2, pg_receivexlog -v has emitted the messages as follows at the
> end of each WAL file.
>
> pg_receivexlog: finished segment at 0/2000000 (timeline 1)
> pg_receivexlog: finished segment at 0/3000000 (timeline 1)
> pg_receivexlog: finished segment at 0/4000000 (timeline 1)
>
> But, while reviewing the pg_receivexlog patch written by Furuya, I
> found that 0b63291 had
> broken this feature, and then now pg_receivexlog -v doesn't emit such
> messages at all.
> Attached patch fixes this problem. This needs to be back-patched to 9.3.

Applied.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Mike Swanson
Дата:
Сообщение: Re: Re: Proposed changing the definition of decade for date_trunc and extract
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Bug of pg_receivexlog -v