Re: pgsql: Remove useless self-joins

2023-10-25 Thread Alexander Korotkov
On Wed, Oct 25, 2023 at 1:31 PM David Rowley wrote: > > On Wed, 25 Oct 2023 at 22:59, Alexander Korotkov > wrote: > > src/test/regress/sql/join.sql | 359 > > There seems to be a few EXPLAINs added here that didn't include costs off. Thank you for catching this. Fixed.

Re: pgsql: Remove useless self-joins

2023-10-25 Thread David Rowley
On Wed, 25 Oct 2023 at 22:59, Alexander Korotkov wrote: > src/test/regress/sql/join.sql | 359 There seems to be a few EXPLAINs added here that didn't include costs off. David