On 06.03.2024 05:23, wenhui qiu wrote:
Hi Alena Rybakina For merge join + /* + * For now we do not support RIGHT_SEMI join in mergejoin. + */ + if (jointype == JOIN_RIGHT_SEMI) + { + *mergejoin_allowed = false; + return NIL; + } + Tanks
Yes, I see it, thank you. Sorry for the noise. -- Regards, Alena Rybakina Postgres Professional:http://www.postgrespro.com The Russian Postgres Company