]> granicus.if.org Git - postgresql/commit
Move temporary files into 'pg_tempfiles' subdirectory of each database
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jun 2001 04:12:29 +0000 (04:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jun 2001 04:12:29 +0000 (04:12 +0000)
commit2a6f7ac456deb60c3f136a5690d1bae917ef43e7
treec2e8098ba2bcaea576f6e4d8a80dc2eb64d22e8a
parent6f2182fe18b983d4906cd0067da47310491ce8f4
Move temporary files into 'pg_tempfiles' subdirectory of each database
directory (which can be made a symlink to put temp files on another disk).
Add code to delete leftover temp files during postmaster startup.
Bruce, with some kibitzing from Tom.
src/backend/postmaster/postmaster.c
src/backend/storage/file/fd.c
src/include/storage/fd.h