This issue tracks adding the new REFCURSOR data type to the postgres compatibility tests located in pkg/sql/sem/eval/cast_test/testdata/types.txt. The cast behavior of REFCURSOR is a bit strange (no casts in pg_cast; only IO conversions), so the extra test coverage will be useful.
Jira issue: CRDB-31988
This issue tracks adding the new
REFCURSORdata type to the postgres compatibility tests located inpkg/sql/sem/eval/cast_test/testdata/types.txt. The cast behavior ofREFCURSORis a bit strange (no casts inpg_cast; only IO conversions), so the extra test coverage will be useful.Jira issue: CRDB-31988