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/inspect: exclude REFCURSOR[] from index consistency comparisons
The index consistency check previously filtered out REFCURSOR columns when
constructing join predicates, but failed to do the same for REFCURSOR[] (arrays
of cursors). Like REFCURSOR, these cannot be used in comparison operations.
This change ensures that both REFCURSOR and REFCURSOR[] columns are properly
excluded from such comparisons.
Informs: #155483
Epic: CRDB-55075
Release note: none
0 commit comments