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

From Daniel Gustafsson
Subject Re: Removing unneeded self joins
Date
Msg-id 997269A6-FE8A-4E14-BBA7-150BE52BAA3C@yesql.se
Whole thread Raw
In response to Re: Removing unneeded self joins  (Tender Wang <tndrwang@gmail.com>)
Responses Re: Removing unneeded self joins
List pgsql-hackers
> On 6 Apr 2025, at 06:02, Tender Wang <tndrwang@gmail.com> wrote:

> I find that the postgresql.conf.sample file doesn't contain enable_self_join_elimination guc.
> If this is necessary, please see the attached patch.

The GUC is marked as not supposed by the in the sample file, either it really
shouldn't or that needs to be removed from the GUC declaration.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Improve CRC32C performance on SSE4.2
Next
From: jian he
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations