]> granicus.if.org Git - postgresql/commit
Fix bug in pg_receivexlog --verbose.
authorFujii Masao <fujii@postgresql.org>
Sat, 2 Aug 2014 05:57:21 +0000 (14:57 +0900)
committerFujii Masao <fujii@postgresql.org>
Sat, 2 Aug 2014 05:58:44 +0000 (14:58 +0900)
commit38803d823cfe872be11592a2d0eb2d9575b07e20
tree2c69bc3d14d20a48a79f9b5000dbebe148dfd862
parentd5186cf270c0860932bd8a03897eb78f43dc88fe
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.
src/bin/pg_basebackup/receivelog.c