Fix PQconninfoParse error message handling
Peter Eisentraut <peter_e@gmx.net>
Fix PQconninfoParse error message handling The returned error message already includes a newline, but the callers were adding their own when printing it out.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/streamutil.c | modified | +1 −1 |
| src/bin/pg_dump/pg_dumpall.c | modified | +1 −1 |
| src/bin/scripts/pg_isready.c | modified | +1 −1 |
| src/interfaces/libpq/test/uri-regress.c | modified | +1 −1 |