postgresql/src/bin
Stephen Frost d368a301b3 pg_receivexlog - Exit on failure to parse
In streamutil.c:GetConnection(), upgrade failure to parse the
connection string to an exit(1) instead of simply returning NULL.
Most callers already immediately exited, but pg_receivexlog would
loop on this case, continually trying to re-parse the connection
string (which can't be changed after pg_receivexlog has started).

GetConnection() was already expected to exit(1) in some cases
(eg: failure to allocate memory or if unable to determine the
integer_datetimes flag), so this change shouldn't surprise anyone.

Began looking at this due to the Coverity scanner complaining that
we were leaking err_msg in this case- no longer an issue since we
just exit(1) immediately.
2013-07-14 15:31:23 -04:00
..
initdb Translation updates 2013-06-24 14:16:44 -04:00
pg_basebackup pg_receivexlog - Exit on failure to parse 2013-07-14 15:31:23 -04:00
pg_config Translation updates 2013-05-05 22:34:23 -04:00
pg_controldata Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
pg_ctl Update LSB URL in pg_ctl 2013-07-01 12:46:13 -04:00
pg_dump During parallel pg_dump, free commands from master 2013-07-14 14:35:26 -04:00
pg_resetxlog pg_resetxlog: Make --help consistent with man page 2013-07-07 16:05:58 -04:00
pgevent pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
psql Add C comment about \copy bug in CSV mode 2013-07-04 13:09:52 -04:00
scripts pg_isready: Make --help output more consistent with other utilities 2013-07-07 16:05:59 -04:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00