diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-10-08 12:50:05 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-10-08 12:50:05 -0400 |
commit | 6648775028a85bc024f37eab5e572510977008b1 (patch) | |
tree | fd995ebabe2d87d57ea1cbc49a5250d269e14a52 /src | |
parent | 9c29138c7514406341d20ef106009f9278daf857 (diff) | |
download | postgresql-6648775028a85bc024f37eab5e572510977008b1.tar.gz postgresql-6648775028a85bc024f37eab5e572510977008b1.zip |
Update postgres.conf.sample for effective_cache_size's new default
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index d69a02be87f..70221f42918 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -268,7 +268,7 @@ #cpu_tuple_cost = 0.01 # same scale as above #cpu_index_tuple_cost = 0.005 # same scale as above #cpu_operator_cost = 0.0025 # same scale as above -#effective_cache_size = 128MB +#effective_cache_size = -1 # - Genetic Query Optimizer - |