pgsql/src include/storage/fd.h backend/storage ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src include/storage/fd.h backend/storage ...
Date
Msg-id 200106110412.f5B4CUI82063@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/06/11 00:12:30

Modified files:
    src/include/storage: fd.h
    src/backend/storage/file: fd.c
    src/backend/postmaster: postmaster.c

Log message:
    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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/contrib/intarray _int.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/access/gist gist.c