sraoss / pg_ivm

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

ERROR: unrecognized node type: 254 #32

Closed FourSeventy closed 1 year ago

FourSeventy commented 1 year ago

I'm trying to use pg_ivm 1.3 on a server running Postgres15~beta3. The extension installed fine \dx shows the extension installed, however, when I try to run a create_immv() command I get the following error ERROR: unrecognized node type: 254. Any idea what might be causing this? What additional details can I give you that will help.

FourSeventy commented 1 year ago

This seems to be some incompatibly with Postgres15~beta3. I upgraded to Postgres15.0 and it works fine.