projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b69be
)
Fix the value of or_to_any_transform_limit in postgresql.conf.sample
author
Alexander Korotkov
Mon, 8 Apr 2024 05:51:07 +0000
(08:51 +0300)
committer
Alexander Korotkov
Mon, 8 Apr 2024 05:51:07 +0000
(08:51 +0300)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/ZhM8jH8gsKm5Q-9p%40pryzbyj2023
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 15b14ba8507319eadf73a079bea186a7a78afb6c..2bfd255108e527fbe5052988c77df1be5727940e 100644
(file)
--- 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