postgresql/src/backend/access/transam
Tom Lane c1167a08ca Add 'temporary file' facility to fd.c, and arrange for temp
files to be closed automatically at transaction abort or commit, should
they still be open.  Also close any still-open stdio files allocated with
AllocateFile at abort/commit.  This should eliminate problems with leakage
of file descriptors after an error.  Also, put in some primitive buffered-IO
support so that psort.c can use virtual files without severe performance
penalties.
1999-05-09 00:52:08 +00:00
..
Makefile Hi, 1998-04-06 00:32:26 +00:00
transam.c Small cleanups. 1999-03-30 01:37:28 +00:00
transsup.c Small cleanups. 1999-03-30 01:37:28 +00:00
varsup.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
xact.c Add 'temporary file' facility to fd.c, and arrange for temp 1999-05-09 00:52:08 +00:00
xid.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00