1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Give VACUUM its own GUC parameter for memory usage, rather than

piggybacking on SortMem.  Add documentation for some recently-added
GUC parameters that had so far escaped it.
This commit is contained in:
Tom Lane
2001-09-21 03:32:36 +00:00
parent ae3129fd03
commit c969fed7ec
7 changed files with 97 additions and 21 deletions

View File

@ -53,7 +53,8 @@
#
# Performance
#
#sort_mem = 512
#sort_mem = 512 # min 32
#vacuum_mem = 8192 # min 1024
#fsync = true
@ -173,10 +174,11 @@
#
# Misc
#
#dynamic_library_path = '$libdir'
#australian_timezones = false
#deadlock_timeout = 1000
#default_transaction_isolation = 'read committed'
#max_expr_depth = 10000 # min 10
#password_encryption = false
#sql_inheritance = true
#transform_null_equals = false