postgresql/src/bin
Tom Lane d9a00ebbba Try to defend against the possibility that libpq is still in COPY_IN state
when we reach the post-COPY "pump it dry" error recovery code that was added
2006-11-24.  Per a report from Neil Best, there is at least one code path
in which this occurs, leading to an infinite loop in code that's supposed
to be making it more robust not less so.  A reasonable response seems to be
to call PQputCopyEnd() again, so let's try that.

Back-patch to all versions that contain the cleanup loop.
2009-08-07 20:16:22 +00:00
..
initdb Don't crash initdb when we fail to get the current username. 2009-03-31 18:58:38 +00:00
ipcclean Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_config Translation updates 2008-10-30 21:30:20 +00:00
pg_controldata Make sure pg_control is opened in binary mode, to deal 2008-09-24 08:59:46 +00:00
pg_ctl Support running as a service on Windows 7, by not specifying 2009-01-28 11:19:40 +00:00
pg_dump Improve pg_dump's query for retrieving BLOB comments to be more efficient 2009-04-01 18:54:33 +00:00
pg_resetxlog Fix pg_resetxlog to remove archive status files along with WAL segment files. 2009-05-03 23:13:44 +00:00
pgevent Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
psql Try to defend against the possibility that libpq is still in COPY_IN state 2009-08-07 20:16:22 +00:00
scripts Translation updates 2008-10-30 21:30:20 +00:00
Makefile Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00