Fix bug in pg_receivexlog --verbose.

Fujii Masao <fujii@postgresql.org>

Commit: 38803d823cfe872be11592a2d0eb2d9575b07e20
Author: Fujii Masao <fujii@postgresql.org>
Date: 2014-08-02T05:58:44Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/bin/pg_basebackup/receivelog.c modified +1 −1