sraoss / pg_ivm

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

Check if PgIvmImmvRelationId is invalid before open it #78

Closed bytezzz closed 9 months ago

bytezzz commented 1 year ago

77 Fix the problem that preloaded pg_ivm will break Postgresql's regression tests.

I don't know exactly why PgIvmImmvRelationId() will return an invalidOid, but checking if it is will help fix this problem.