1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03: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:
Alexander Korotkov
2024-04-08 08:51:07 +03:00
parent e3b69be951
commit 2af75e1174

View File

@ -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