diff options
author | Alexander Korotkov | 2025-04-06 11:30:20 +0000 |
---|---|---|
committer | Alexander Korotkov | 2025-04-06 11:30:20 +0000 |
commit | 3a1a7c5a7071c75676c15b26e242c7df17560bd1 (patch) | |
tree | ac5e8e8ffce6646927ef1981dd3aec47037a0ea1 /src | |
parent | c2d329260cd885a937014cecd38b51bdeae65216 (diff) |
Revert "Put enable_self_join_elimination into postgresql.conf.sample"
This reverts commit c2d329260cd8.
Reported-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/D292EB44-806E-439A-82A4-491A1BA59E7A%40yesql.se
Diffstat (limited to 'src')
-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 - |