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
workload/schemachanger: exclude array types for ltree and citext
Previously, we added version gates for ltree and citext, but this only
included non-array types. This meant we could still incorrectly use
arrays of these types in mixed version states. To address this, this
patch detects the array variants of these types.
Fixes: #154637
Release note: None
0 commit comments