pgsql: Fix reporting of missing or invalid command line arguments in pg - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix reporting of missing or invalid command line arguments in pg
Date
Msg-id E1Yfa8M-0001XE-83@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Remove variable shadowing
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistent function declarations.