Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e714933

Browse files
committed
Move geqo enable into proper section.
1 parent cafee83 commit e714933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
#enable_hashjoin = true
8484

8585
#ksqo = false
86-
#geqo = true
8786

8887
#effective_cache_size = 1000 # default in 8k pages
8988
#random_page_cost = 4
@@ -95,6 +94,7 @@
9594
#
9695
# GEQO Optimizer Parameters
9796
#
97+
#geqo = true
9898
#geqo_selection_bias = 2.0 # range 1.5-2.0
9999
#geqo_threshold = 11
100100
#geqo_pool_size = 0 # default based on #tables in query, range 128-1024

0 commit comments

Comments
 (0)