From: Alexander Korotkov Date: Mon, 8 Apr 2024 05:51:07 +0000 (+0300) Subject: Fix the value of or_to_any_transform_limit in postgresql.conf.sample X-Git-Url: http://git.postgresql.org/gitweb/static/tut_user.html?a=commitdiff_plain;h=2af75e1174786a02fc35755c0cb98c522d72a065;p=users%2Fgsingh%2Fpostgres.git 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 --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 15b14ba850..2bfd255108 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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