On 2/7/2025 05:48, wenhui qiu wrote:
HI

 > - if (!extra->inner_unique && (jointype == JOIN_SEMI ||
 > - jointype == JOIN_ANTI))
 > + if ((jointype == JOIN_SEMI || jointype == JOIN_ANTI) &&
 > + !extra->inner_unique)
To be nitpicky, this change is meant to align with the earlier comment modifications to improve code readability, right? Everything else looks good to me."
Yep, I also found only this flaw.
Comments looks clear to me, test is quite stable.

May be correct the line:
INSERT INTO tab_anti SELECT i%3, false FROM generate_series(1,100)i;
with a backspace or an 'AS' keyword?

--
regards, Andrei Lepikhov


Reply via email to