pgsql: Fix bug in pg_receivexlog --verbose.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix bug in pg_receivexlog --verbose.
Дата
Msg-id E1XDSNy-0005Cz-50@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in pg_receivexlog --verbose.

In 9.2, pg_receivexlog with verbose option has emitted the messages
at the end of each WAL file. But the commit 0b63291 suppressed such
messages by mistake. This commit fixes the bug so that pg_receivexlog
--verbose outputs such messages again.

Back-patch to 9.3 where the bug was added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/38803d823cfe872be11592a2d0eb2d9575b07e20

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix bug in pg_receivexlog --verbose.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix bug in pg_receivexlog --verbose.