mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix the value of or_to_any_transform_limit in postgresql.conf.sample
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/ZhM8jH8gsKm5Q-9p%40pryzbyj2023
This commit is contained in:
parent
e3b69be951
commit
2af75e1174
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@
|
|||
# - Planner Method Configuration -
|
||||
|
||||
#enable_async_append = on
|
||||
#or_to_any_transform_limit = 0
|
||||
#or_to_any_transform_limit = 5
|
||||
#enable_bitmapscan = on
|
||||
#enable_gathermerge = on
|
||||
#enable_hashagg = on
|
||||
|
|
|
|||
Loading…
Reference in a new issue