Re: Removing unneeded self joins

Поиск
Список
Период
Сортировка
От Andrey V. Lepikhov
Тема Re: Removing unneeded self joins
Дата
Msg-id 21e15759-dba5-2d2b-dd03-06943ad40378@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Removing unneeded self joins  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: O(n^2) system calls in RemoveOldXlogFiles()
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Single transaction in the tablesync worker?