Thread: pgsql: Don't pass NULL to fprintf, if a bogus connection string is give

pgsql: Don't pass NULL to fprintf, if a bogus connection string is give

From
Heikki Linnakangas
Date:
Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.

Back-patch to all supported branches.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c97528df0053a4f92d020474636bde398f697ec

Modified Files
--------------
src/bin/pg_dump/pg_backup_db.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)