pgsql: Fix bug in pg_receivexlog --verbose. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix bug in pg_receivexlog --verbose.
Date
Msg-id E1XDSMa-000581-80@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/694fd33e23170f64d30ef35e647b824d34938e09

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typo in user manual
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix bug in pg_receivexlog --verbose.