mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
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
This commit is contained in:
@ -59,6 +59,7 @@ enum config_group
|
||||
CONN_AUTH_SECURITY,
|
||||
RESOURCES,
|
||||
RESOURCES_MEM,
|
||||
RESOURCES_DISK,
|
||||
RESOURCES_KERNEL,
|
||||
RESOURCES_VACUUM_DELAY,
|
||||
RESOURCES_BGWRITER,
|
||||
|
Reference in New Issue
Block a user