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:57:21 +0000 (14:57 +0900)
commit694fd33e23170f64d30ef35e647b824d34938e09
treee89d5785d1e290363efb940433c9fc2607b24622
parent822ff44c822007ee14cacfebfe0792d1de669df9
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