pgsql: Finish incomplete revert of ec63622c0.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Finish incomplete revert of ec63622c0.
Date: 2024-05-06 18:22:50
Message-ID: E1s42zB-001rnT-8d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Finish incomplete revert of ec63622c0.

The code change this made might well be fine to keep, but the
comment justifying it by reference to self-join removal isn't.
Let's just go back to the status quo ante, pending a more thorough
review/redesign of SJE.

(I found this by grepping to see if any references to self-join
removal remained in the tree.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07746a8ef2a871d904c26364cdca4e7feeffe395

Modified Files
--------------
src/backend/optimizer/prep/prepunion.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-05-06 20:22:12 pgsql: Stamp 16.3.
Previous Message Tom Lane 2024-05-06 16:27:39 pgsql: Last-minute updates for release notes.