]> granicus.if.org Git - postgresql/commit
Avoid crashing pg_dump if we can't connect to the database server, and
authorNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 05:14:12 +0000 (05:14 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 05:14:12 +0000 (05:14 +0000)
commita43bbe34ff0d3a8a270a1118e7a727732ce617d4
tree04dc120b006692cc81f4f94ecedcfc3e00a64c93
parent58d214e51fe50b10b4439da6ec263d54c155afbf
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.
src/bin/pg_dump/pg_backup_db.c