postgresql/src/backend/storage/file
Tom Lane acfce502ba Create a GUC parameter temp_tablespaces that allows selection of the
tablespace(s) in which to store temp tables and temporary files.  This is a
list to allow spreading the load across multiple tablespaces (a random list
element is chosen each time a temp object is to be created).  Temp files are
not stored in per-database pgsql_tmp/ directories anymore, but per-tablespace
directories.

Jaime Casanova and Albert Cervera, with review by Bernd Helmle and Tom Lane.
2007-06-03 17:08:34 +00:00
..
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
buffile.c Create a GUC parameter temp_tablespaces that allows selection of the 2007-06-03 17:08:34 +00:00
fd.c Create a GUC parameter temp_tablespaces that allows selection of the 2007-06-03 17:08:34 +00:00