diff options
author | Jan Wieck <JanWieck@Yahoo.com> | 2003-11-13 14:57:15 +0000 |
---|---|---|
committer | Jan Wieck <JanWieck@Yahoo.com> | 2003-11-13 14:57:15 +0000 |
commit | 6b86d62b00f150766e1899c98e964b6611c00ee5 (patch) | |
tree | c1baa6c01a358bbea29153682249bb038bd10242 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 923e994d7901d7c0268725e219002af3b2d40dfc (diff) | |
download | postgresql-6b86d62b00f150766e1899c98e964b6611c00ee5.tar.gz postgresql-6b86d62b00f150766e1899c98e964b6611c00ee5.zip |
2nd try for the ARC strategy.
I added a couple more Assertions while tracking down the exact
cause of the former bug.
All 93 regression tests pass now.
Jan
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 1ead89e1308..15c73e6692e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -58,6 +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 # - Free Space Map - |