-
- Downloads
Remove some ancient and unmaintained encoding-conversion test cruft.
In commit 92119191 I claimed that we weren't testing encoding conversion functions, but further poking around reveals that we did have an equivalent though hard-wired set of tests in conversion.sql. AFAICS there is no advantage to doing it like that as compared to letting the catalog contents drive the test, so let the opr_sanity addition stand and remove the now-redundant tests in conversion.sql. Also, remove some infrastructure in src/backend/utils/mb/conversion_procs for building conversion.sql's list of tests. That was unmaintained, and had not corresponded to the actual contents of conversion.sql since 2007 or perhaps even further back.
Showing
- src/backend/utils/mb/conversion_procs/Makefile 0 additions, 20 deletionssrc/backend/utils/mb/conversion_procs/Makefile
- src/backend/utils/mb/conversion_procs/regress_epilogue 0 additions, 5 deletionssrc/backend/utils/mb/conversion_procs/regress_epilogue
- src/backend/utils/mb/conversion_procs/regress_prolog 0 additions, 25 deletionssrc/backend/utils/mb/conversion_procs/regress_prolog
- src/test/regress/expected/conversion.out 4 additions, 914 deletionssrc/test/regress/expected/conversion.out
- src/test/regress/sql/conversion.sql 4 additions, 265 deletionssrc/test/regress/sql/conversion.sql
Loading
Please register or sign in to comment