sraoss / pgsql-ivm

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

Add a check of mutable functions #61

Closed thoshiai closed 4 years ago

thoshiai commented 4 years ago

IMMV didn't check mutable functions, so IMMV was able to contain it for example now(), random(), etc. So this patch add check of mutable functions.

This issue was reported by nuko-yokohama san. issue: #58