pgsql: pg_receivewal: Improve verbose mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_receivewal: Improve verbose mode
Date: 2017-08-16 00:27:40
Message-ID: E1dhmBR-0004Bk-04@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_receivewal: Improve verbose mode

Some informational messages showed up even if verbose mode was not
used. Move them to verbose mode.

Author: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/514731af58765f62b23309805270a07eae86c2c0

Modified Files
--------------
src/bin/pg_basebackup/pg_receivewal.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-16 00:27:41 pgsql: doc: Document pg_receivewal exit behavior and status
Previous Message Robert Haas 2017-08-16 00:27:31 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.