Fix PQconninfoParse error message handling The returned error message already includes a newline, but the callers were adding their own when printing it out.
Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/bdbb1d673834ef7af16d97158d9d0006b17949f7 Modified Files -------------- src/bin/pg_basebackup/streamutil.c | 2 +- src/bin/pg_dump/pg_dumpall.c | 2 +- src/bin/scripts/pg_isready.c | 2 +- src/interfaces/libpq/test/uri-regress.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
