pgsql: Fix bug in pg_receivexlog --verbose.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in pg_receivexlog --verbose.
Date: 2014-08-02 06:01:52
Message-ID: E1XDSO8-0005DU-CV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/39217ce414190c11df02db4f500acbc52bacfb0a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-08-02 06:20:01 pgsql: Add missing PQclear() calls into pg_receivexlog.
Previous Message Fujii Masao 2014-08-02 06:01:42 pgsql: Fix bug in pg_receivexlog --verbose.