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
sql: return pgerror when creating ARRAY of type VOID
Arrays of type `VOID` are not supported. This commit replaces an
internal error with a user error when trying to create them.
Fixes#84224
Release note: None
0 commit comments