Re: Removing unneeded self joins - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Removing unneeded self joins
Date
Msg-id CAPpHfdvA=A2cvGoa8bHcnD+Wz6uvLFbVsDBhm+MvuYF32Cq33g@mail.gmail.com
Whole thread Raw
In response to Re: Removing unneeded self joins  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Removing unneeded self joins
List pgsql-hackers
On Sun, Apr 6, 2025 at 5:41 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alexander Korotkov <aekorotkov@gmail.com> writes:
> > Nevertheless, should we consider revisiting this flag?  I see the only
> > other GUC simultaneously QUERY_TUNING_METHOD and GUC_NOT_IN_SAMPLE is
> > optimize_bounded_sort, which is not exposed in a standard build.
>
> enable_self_join_elimination is documented, and it has no hint that
> it is any different from any other enable_foo flag.  It shouldn't
> be different.

Thank you for your point, Tom.  Will do this later today.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations
Next
From: Chapman Flack
Date:
Subject: FmgrInfo allocation patterns (and PL handling as staged programming)