Re: COALESCE patch - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: COALESCE patch
Date
Msg-id 1c16fa71-2487-4653-8f10-6478cde336ec@tantorlabs.com
Whole thread
In response to Re: COALESCE patch  (prankware <esavelievcode@gmail.com>)
List pgsql-hackers
While reviewing v6, I noticed try_coalesce_eq() in eqjoinsel() returns 
before the function ever looks at sjinfo->jointype, so SEMI/ANTI joins 
get the same formula meant for INNER/LEFT/FULL. I'm not sure it is true. 
Shouldn't the fat path be restricted to INNER/LEFT/FULL until SEMI/ANTI 
get their own existence-base treatment?

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC,
https://tantorlabs.com/




pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Adding a range check on the sequence index from the publisher.
Next
From: shveta malik
Date:
Subject: Re: sequencesync worker race with REFRESH SEQUENCES