pgsql: pg_dump: make argument combination error exit code consistent

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: make argument combination error exit code consistent
Date: 2014-03-05 23:16:02
Message-ID: E1WLL2g-0008Vv-1Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: make argument combination error exit code consistent

Per report from Pavel Golub

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-03-06 01:45:33 pgsql: docs: to_timestamp and to_date do minimal range checking
Previous Message Tom Lane 2014-03-05 21:42:25 pgsql: Fix portability issues in recently added make_timestamp/make_int