sraoss / pgsql-ivm

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

Fix a bug that IVM didn't work after matview name was changed #52

Closed yugo-n closed 4 years ago

yugo-n commented 4 years ago

This is because a matview was identified by its name passed as a parameter of the triggers. Fix this by passing OID of matviews instead of its name. GIthub Issue #47

yugo-n commented 4 years ago

regression tests all pass