sraoss / pgsql-ivm

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

Fix restriction worker #130

Closed thoshiai closed 3 years ago

thoshiai commented 3 years ago

IVM's restriction was checked by an unique worker function. But it had some miss check. This fix changes it to common function such as query_tree_walker() and expression_tree_walker().