From: Alexander Korotkov Date: Sun, 6 Apr 2025 11:30:20 +0000 (+0300) Subject: Revert "Put enable_self_join_elimination into postgresql.conf.sample" X-Git-Tag: REL_18_BETA1~242 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3a1a7c5a7071c75676c15b26e242c7df17560bd1;p=postgresql.git Revert "Put enable_self_join_elimination into postgresql.conf.sample" This reverts commit c2d329260cd8. Reported-by: Daniel Gustafsson Discussion: https://postgr.es/m/D292EB44-806E-439A-82A4-491A1BA59E7A%40yesql.se --- 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 -