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

From Andrey V. Lepikhov
Subject Re: Removing unneeded self joins
Date
Msg-id 21e15759-dba5-2d2b-dd03-06943ad40378@postgrespro.ru
Whole thread Raw
In response to Re: Removing unneeded self joins  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On 1/7/21 7:08 PM, Masahiko Sawada wrote:
> On Mon, Nov 30, 2020 at 2:51 PM Andrey V. Lepikhov
> <a.lepikhov@postgrespro.ru> wrote:
>> Thanks, it is my fault. I tried to extend this patch with foreign key
>> references and made a mistake.
>> Currently I rollback this new option (see patch in attachment), but will
>> be working for a while to simplify this patch.
> 
> Are you working to simplify the patch? This patch has been "Waiting on
> Author" for 1 month and doesn't seem to pass cfbot tests. Please
> update the patch.

Yes, I'm working to improve this feature.
In attachment - fixed and rebased on ce6a71fa53.

-- 
regards,
Andrey Lepikhov
Postgres Professional

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: O(n^2) system calls in RemoveOldXlogFiles()
Next
From: Amit Kapila
Date:
Subject: Re: Single transaction in the tablesync worker?