sraoss / pg_ivm

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

Check if PgIvmImmvRelationId is invalid before open it #78

Closed bytezzz closed 4 months ago

bytezzz commented 8 months 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.