]> granicus.if.org Git - postgresql/commit
Add temp_file_limit GUC parameter to constrain temporary file space usage.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jul 2011 18:19:31 +0000 (14:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jul 2011 18:19:31 +0000 (14:19 -0400)
commit23e5b16c71f2706978c5f54aabd28ed23a54b6a5
tree08a53d309e4839fe01b6bc07ae27ec18f1ce7f6d
parent1bc16a946008a7cbb33a9a06a7c6765a807d7f59
Add temp_file_limit GUC parameter to constrain temporary file space usage.

The limit is enforced against the total amount of temp file space used by
each session.

Mark Kirkwood, reviewed by Cédric Villemain and Tatsuo Ishii
doc/src/sgml/config.sgml
src/backend/storage/file/fd.c
src/backend/utils/errcodes.txt
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc.h
src/include/utils/guc_tables.h