sraoss / pgsql-ivm

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

Fix segment fault by subquery in targetlist #135

Closed thoshiai closed 2 years ago

thoshiai commented 2 years ago

If contain subquery with EXISTS clause in target list, segfault happen.

This issue is reported by issue #134.

yugo-n commented 2 years ago

Thanks! Merged.