• Tom Lane's avatar
    Change fd.c so that temp files are closed and deleted at · e1c76c25
    Tom Lane authored
    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?
    e1c76c25
fd.c 23 KB