sraoss / pgsql-ivm

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

Fix the assertion failure occurred #15

Closed thoshiai closed 5 years ago

thoshiai commented 5 years ago

When postgres build with --enable-cassert, creating matview with IVM or updating base table was failed.

I checked regression test is success with using --enable-cassert. The assertion failure suppressed by this fix. But same case possibly exist.

thoshiai commented 5 years ago

I fixed to reflect some comments. nagata-san, Could you check this?

yugo-n commented 5 years ago

OK. All tests passes. I'll merge this.