sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
943 stars 27 forks source link

Fix segmentation fault in incorrect view def #39

Closed thoshiai closed 1 year ago

thoshiai commented 1 year ago

A segfault was occurred, if create_immv specify query other than SELECT. A query syntax checked, but did not check statement type.

issue #37