]> granicus.if.org Git - postgresql/commit
Change fd.c so that temp files are closed and deleted at
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Oct 1999 23:09:02 +0000 (23:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Oct 1999 23:09:02 +0000 (23:09 +0000)
commite1c76c25336834b89dac146ccf719c08a0d08b4c
tree4bdc4f78b9f55c5251b67a9ca5214b0e42de1c2c
parent887afac1f59e2b69a8bbbdac6d13ff288042e855
Change fd.c so that temp files are closed and deleted at
proc_exit time.  I discovered that if the frontend closes the connection
when you're inside a transaction block, there is nothing ensuring that
temp files go away ... I wonder whether proc_exit ought to try to do an
explicit transaction abort?
src/backend/storage/file/fd.c