aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-08-21 16:15:31 +0000
committerBruce Momjian <bruce@momjian.us>2001-08-21 16:15:31 +0000
commit253ade2cfe3d2a7f9a0cd3508385a84e7ba7edae (patch)
tree3449235d19066d2b32623f83da5ae036770dc3c6
parent8dbaca424fc53b8504c693b4d7b866113422e049 (diff)
downloadpostgresql-253ade2cfe3d2a7f9a0cd3508385a84e7ba7edae.tar.gz
postgresql-253ade2cfe3d2a7f9a0cd3508385a84e7ba7edae.zip
Regroup GEQO configs.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 78abcd50c28..2473c004f80 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -79,30 +79,30 @@
#cpu_tuple_cost = 0.01
#cpu_index_tuple_cost = 0.001
#cpu_operator_cost = 0.0025
-#geqo_selection_bias = 2.0 # range 1.5-2.0
#
# GEQO Optimizer Parameters
#
+#geqo_selection_bias = 2.0 # range 1.5-2.0
#geqo_threshold = 11
-#geqo_pool_size = 0 #default based on #tables in query, range 128-1024
+#geqo_pool_size = 0 # default based on #tables in query, range 128-1024
#geqo_effort = 1
#geqo_generations = 0
-#geqo_random_seed = -1 # auto-compute seed
+#geqo_random_seed = -1 # auto-compute seed
#
# Write-ahead log (WAL)
#
#wal_files = 0 # range 0-64
-#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
+#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
# Note: default wal_sync_method varies across platforms
-#wal_debug = 0 # range 0-16
-#commit_delay = 0 # range 0-100000
-#commit_siblings = 5 # range 1-1000
-#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
-#checkpoint_timeout = 300 # in seconds, range 30-3600
+#wal_debug = 0 # range 0-16
+#commit_delay = 0 # range 0-100000
+#commit_siblings = 5 # range 1-1000
+#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
+#checkpoint_timeout = 300 # in seconds, range 30-3600
#