sraoss / pgsql-ivm

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

Fix rte_path bug #87

Closed thoshiai closed 4 years ago

thoshiai commented 4 years ago

A bug of rte_paths is fixed this.

when multi tables is updated together, IMMV data is not correct, because recurrence processing didn't consider this case.

An inner join in subquery is able to be supported by this fix.