diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2025-04-06 14:30:20 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2025-04-06 14:30:20 +0300 |
commit | 3a1a7c5a7071c75676c15b26e242c7df17560bd1 (patch) | |
tree | ac5e8e8ffce6646927ef1981dd3aec47037a0ea1 /src/backend/utils/misc/postgresql.conf.sample | |
parent | c2d329260cd885a937014cecd38b51bdeae65216 (diff) | |
download | postgresql-3a1a7c5a7071c75676c15b26e242c7df17560bd1.tar.gz postgresql-3a1a7c5a7071c75676c15b26e242c7df17560bd1.zip |
Revert "Put enable_self_join_elimination into postgresql.conf.sample"
This reverts commit c2d329260cd8.
Reported-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/D292EB44-806E-439A-82A4-491A1BA59E7A%40yesql.se
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
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 bcd4e67f43e..ff56a1f0732 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -427,7 +427,6 @@ #enable_tidscan = on #enable_group_by_reordering = on #enable_distinct_reordering = on -#enable_self_join_elimination = on # - Planner Cost Constants - |