diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-06-12 20:41:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-06-12 20:41:25 +0000 |
commit | d9e223d53c5ca32ec6924e62b7b795a2fe08ab15 (patch) | |
tree | a4727437006eef4062ba6bd1d19e6a0d166da650 /doc/src/sgml/ref/commit.sgml | |
parent | aaf244247287b671db2d55098ed6aa774049a058 (diff) | |
download | postgresql-d9e223d53c5ca32ec6924e62b7b795a2fe08ab15.tar.gz postgresql-d9e223d53c5ca32ec6924e62b7b795a2fe08ab15.zip |
Fix critical error noticed by Massimo: copy.c used to have a
special hack to ensure it would close its output file even after failure
due to elog(ERROR) partway through the copy. This is now unnecessary
because fd.c takes care of cleaning up open files at transaction abort;
worse, after fd.c closed the file copy.c would try to do so *again* at
the start of the next COPY command. This would result in havoc in most
implementations of stdio library.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
0 files changed, 0 insertions, 0 deletions