Re: pull-up subquery if JOIN-ON contains refs to upper-query - Mailing list pgsql-hackers

From Alena Rybakina
Subject Re: pull-up subquery if JOIN-ON contains refs to upper-query
Date
Msg-id 0686b354-57dc-46e9-b756-21661c656c10@yandex.ru
Whole thread Raw
In response to Re: pull-up subquery if JOIN-ON contains refs to upper-query  (Alena Rybakina <lena.ribackina@yandex.ru>)
List pgsql-hackers
I have updated the patch with some bug-fixes after having run Smith's 
test with lateral and null elements.

To detect lateral elements I left the check that there are no one outer 
references left in the subquery after the mutator transformation.

Everything looks well now. I currently continue testing my patch to 
detect more corner-cases.

Feel free to review my patch!

-----------
Best regards,
Yandex Cloud
Alena Rybakina

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED
Next
From: Ashutosh Bapat
Date:
Subject: Re: SQL Property Graph Queries (SQL/PGQ)