sraoss / pgsql-ivm

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

Fix segment fault is happened #99

Closed thoshiai closed 4 years ago

thoshiai commented 4 years ago

This fix is related by issue #98 .

If MV define has GROUP BY clause, this expression must appear contained in the arget list. This cause is that isIVMColumn function which did not check if the resname was null.

thoshiai commented 4 years ago

it is ok , because regression test is all success.