aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2024-04-10 02:07:34 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2024-04-10 02:28:09 +0300
commitff9f72c68f678ded340b431c3e280fe56644a3e7 (patch)
tree8e6e8e211c2451709c2efb76a49d7146cb899d58 /src/backend/utils/misc/postgresql.conf.sample
parent5a15bdea3b791223b4cc708d4953a0086f4332a6 (diff)
downloadpostgresql-ff9f72c68f678ded340b431c3e280fe56644a3e7.tar.gz
postgresql-ff9f72c68f678ded340b431c3e280fe56644a3e7.zip
revert: Transform OR clauses to ANY expression
This commit reverts 72bd38cc99 due to implementation and design issues. Reported-by: Tom Lane Discussion: https://postgr.es/m/3604469.1712628736%40sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 2bfd255108e..2166ea4a87a 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -392,7 +392,6 @@
# - Planner Method Configuration -
#enable_async_append = on
-#or_to_any_transform_limit = 5
#enable_bitmapscan = on
#enable_gathermerge = on
#enable_hashagg = on