You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use a Postgres composite type but get the following error:
internal error: entered unreachable code: (bug) use of unresolved type declaration [oid=27222609]
When querying pg_type manually, I can retrieve the type (it is my composite type). It means that there is an issue somewhere in the type resolver. I will further investigate the issue and send a PR to fix it.