sraoss / pgsql-ivm

IVM (Incremental View Maintenance) development for PostgreSQL
Other
127 stars 12 forks source link

Fix an assertion error with LATERAL caluse #108

Closed yugo-n closed 4 years ago

yugo-n commented 4 years ago

When LATERAL was used, a subquery was regarded as one generated from EXISTS clause even though this was ordinal subquery. This caused an assertion error.

issue #107

thoshiai commented 4 years ago

I confirmed this. This is no prolem. I merge it.