Put enable_self_join_elimination into postgresql.conf.sample
authorAlexander Korotkov <[email protected]>
Sun, 6 Apr 2025 10:24:16 +0000 (13:24 +0300)
committerAlexander Korotkov <[email protected]>
Sun, 6 Apr 2025 10:24:16 +0000 (13:24 +0300)
fc069a3a6319 implements Self-Join Elimination (SJE) and provides a new
GUC variable: enable_self_join_elimination.  This commit adds
enable_self_join_elimination to the postgresql.conf.sample, as it was
forgotten in the original commit.

Discussion: https://postgr.es/m/CAHewXN%3D%2Bghd6O6im46q7j2u6c3H6vkXtXmF%3D_v4CfGSnjje8PA%40mail.gmail.com
Author: Tender Wang <[email protected]>

src/backend/utils/misc/postgresql.conf.sample

index ff56a1f0732c56977cb020224be5556929a41687..bcd4e67f43e006283b2008d0cd573ad060e44d24 100644 (file)
 #enable_tidscan = on
 #enable_group_by_reordering = on
 #enable_distinct_reordering = on
+#enable_self_join_elimination = on
 
 # - Planner Cost Constants -