pgsql: Avoid crashing pg_dump if we can't connect to the database

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid crashing pg_dump if we can't connect to the database
Date: 2005-07-27 05:15:03
Message-ID: 20050727051503.AE2B652C43@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid crashing pg_dump if we can't connect to the database server, and
no database has been explicitly specified. Per gripe from Omar Kilani.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_db.c (r1.61 -> r1.61.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.61&r2=1.61.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bklawans 2005-07-27 06:27:44 bizgres - bizgres: Cumulative version of the exit pages report, tuned
Previous Message Neil Conway 2005-07-27 05:14:12 pgsql: Avoid crashing pg_dump if we can't connect to the database