-
- Downloads
Remove grotty special-case code in coerce_to_target_type() that
implemented casts to varchar and bpchar using a cast-to-text function. This is a holdover from before we had pg_cast; it now makes more sense to just list these casts in pg_cast. While at it, add pg_cast entries for the other direction (casts from varchar/bpchar) where feasible.
Showing
- src/backend/parser/parse_coerce.c 1 addition, 45 deletionssrc/backend/parser/parse_coerce.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_cast.h 84 additions, 4 deletionssrc/include/catalog/pg_cast.h
- src/test/regress/expected/opr_sanity.out 7 additions, 1 deletionsrc/test/regress/expected/opr_sanity.out
- src/test/regress/sql/opr_sanity.sql 7 additions, 1 deletionsrc/test/regress/sql/opr_sanity.sql
Loading
Please register or sign in to comment