pgsql: Fix up bad call to exit_nicely from commit af225551ef

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up bad call to exit_nicely from commit af225551ef
Date: 2015-07-25 22:46:32
Message-ID: E1ZJ8DA-0005td-DA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix up bad call to exit_nicely from commit af225551ef

The signature for this changed in 9.2

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2e226763e3ad160b768b13793db645b31455edea

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-25 23:42:52 pgsql: Dodge portability issue (apparent compiler bug) in new tablesamp
Previous Message Andrew Dunstan 2015-07-25 22:27:49 Re: pgsql: Restore use of zlib default compression in pg_dump directory mod