sraoss / pgsql-ivm

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

Assert Failure when create incremantal materialized view #16

Closed thoshiai closed 5 years ago

thoshiai commented 5 years ago

CREATE INCREMENTAL MATERIALIZED VIEW statement is failed if install postgres with --enable-cassert option. some assert()s are happend.

thoshiai commented 5 years ago

we are working on this issue see pull request #15

yugo-n commented 5 years ago

fixed