]> granicus.if.org Git - postgresql/commit
Remove some ancient and unmaintained encoding-conversion test cruft.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2016 21:43:40 +0000 (16:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jan 2016 21:43:40 +0000 (16:43 -0500)
commit419400c5da738d86c87e903a3d1924ff365bf203
tree0abf8ad4273ee0e03c950485fef7d15f88ef45a4
parent3343ea9e8ea4f552b3f6e5436938f2f0e153b947
Remove some ancient and unmaintained encoding-conversion test cruft.

In commit 921191912c48a68d 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.
src/backend/utils/mb/conversion_procs/Makefile
src/backend/utils/mb/conversion_procs/regress_epilogue [deleted file]
src/backend/utils/mb/conversion_procs/regress_prolog [deleted file]
src/test/regress/expected/conversion.out
src/test/regress/sql/conversion.sql