sraoss / pgsql-ivm

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

Check if aggregate functions cat be used in IVM using OID #50

Closed yugo-n closed 4 years ago

yugo-n commented 4 years ago

Checking it using the aggregate name is not robust because user defined aggregate might not have the semantics that we assume in IVM. Gen_fmgrtab.pl is modified so that OID of aggregates are output to fmgroids.h.

yugo-n commented 4 years ago

All regression tests passed.