Re: Removing unneeded self joins

From: Andrei Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Richard Guo <guofenglinux(at)gmail(dot)com>, Alexander Lakhin <exclusion(at)gmail(dot)com>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, Michał Kłeczek <michal(at)kleczek(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Removing unneeded self joins
Date: 2024-06-13 03:45:38
Message-ID: 55f680bc-756d-4dd3-ab27-3c6e663b0e4c@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/7/24 02:59, Robert Haas wrote:
> On Mon, May 6, 2024 at 3:27 PM Alexander Korotkov <aekorotkov(at)gmail(dot)com> wrote:
>> I agree it was a hurry to put the plan into commit message. I think
>> Tom already gave valuable feedback [1] and probably we will get more.
>> So, plan is to be decided. One way or the other I'm not going to
>> re-commit this without explicit Tom's consent.
>
> Thanks. I hope we find a way to make it happen.
>
Rebased onto current master. Nothing new except rebase-related changes
and some comment fixes.

--
regards,
Andrei Lepikhov
Postgres Professional

Attachment Content-Type Size
0001-Remove-useless-self-joins-v49.patch text/x-patch 117.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-06-13 03:59:03 Re: 001_rep_changes.pl fails due to publisher stuck on shutdown
Previous Message Ashutosh Sharma 2024-06-13 03:09:37 Re: Addressing SECURITY DEFINER Function Vulnerabilities in PostgreSQL Extensions