From 2af75e1174786a02fc35755c0cb98c522d72a065 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Mon, 8 Apr 2024 08:51:07 +0300 Subject: [PATCH] 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 --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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