mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Add GUC log_temp_files to log the use of temporary files.
Bill Moran
This commit is contained in:
@ -333,6 +333,9 @@
|
||||
#log_statement = 'none' # none, ddl, mod, all
|
||||
#log_hostname = off
|
||||
|
||||
#log_temp_files = -1 # Log temporary files equal or larger
|
||||
# than the specified number of bytes.
|
||||
# -1 disables; 0 logs all temp files
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# RUNTIME STATISTICS
|
||||
|
Reference in New Issue
Block a user