aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-06-12 20:41:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-06-12 20:41:25 +0000
commitd9e223d53c5ca32ec6924e62b7b795a2fe08ab15 (patch)
treea4727437006eef4062ba6bd1d19e6a0d166da650 /doc/src/sgml/ref/commit.sgml
parentaaf244247287b671db2d55098ed6aa774049a058 (diff)
downloadpostgresql-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