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
148863: optbuilder: prohibit some operations on REFCURSOR r=yuzefovich a=yuzefovich
Postgres doesn't allow ordering by and equality comparison on refcursor columns, so this commit adds checks to match that behavior.
Fixes: #145477.
Release note (bug fix): CockroachDB now prohibits ORDER BY and join equality operations on REFCURSOR type, matching behavior of Postgres.
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments