pgsql: Fix reporting of missing or invalid command line arguments in pg

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix reporting of missing or invalid command line arguments in pg
Date: 2015-04-07 20:30:06
Message-ID: E1Yfa8M-0001XE-83@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix reporting of missing or invalid command line arguments in pg_rewind.

pg_fatal never returns, so a multi-line message cannot be printed by
calling it twice.

Michael Paquier and Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ee075fcb130f834bd5913940b97ad53fd4d21e93

Modified Files
--------------
src/bin/pg_rewind/pg_rewind.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-07 20:56:34 pgsql: Fix assorted inconsistent function declarations.
Previous Message Alvaro Herrera 2015-04-07 20:14:14 pgsql: Remove variable shadowing