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

Changed parameter name for shared cache status report interval to

debug_shared_buffers = <seconds>

as per previous discussion.


Jan
This commit is contained in:
Jan Wieck
2003-11-16 16:41:01 +00:00
parent ef110c0a78
commit 1f45555892
3 changed files with 10 additions and 10 deletions

View File

@ -58,7 +58,7 @@
#shared_buffers = 1000 # min 16, at least max_connections*2, 8KB each
#sort_mem = 1024 # min 64, size in KB
#vacuum_mem = 8192 # min 1024, size in KB
#buffer_strategy_status_interval = 0 # 0-600 seconds
#debug_shared_buffers = 0 # 0-600 seconds
# - Free Space Map -