pgsql: Avoid crashing pg_dump if we can't connect to the database - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Avoid crashing pg_dump if we can't connect to the database
Date
Msg-id 20050727051412.E442E52C76@svr1.postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_db.c (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.63&r2=1.64)

pgsql-committers by date:

Previous
From: bklawans@pgfoundry.org (User Bklawans)
Date:
Subject: bizgres - bizgres: Working versions of the daily and weekly top exit
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Avoid crashing pg_dump if we can't connect to the database