diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-04-08 08:51:07 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-04-08 08:51:07 +0300 |
commit | 2af75e1174786a02fc35755c0cb98c522d72a065 (patch) | |
tree | a93b538f77b0ef016608c581686da5e6e0131bec /src | |
parent | e3b69be951597eeee9c546fbfc51f9f801c7b198 (diff) | |
download | postgresql-2af75e1174786a02fc35755c0cb98c522d72a065.tar.gz postgresql-2af75e1174786a02fc35755c0cb98c522d72a065.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 15b14ba8507..2bfd255108e 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 |