postgresql/contrib/citext
Tom Lane 1161d895d8 Remove dependency on database encoding in citext regression test.
Testing convert_to(..., 'ISO-8859-1') fails if there isn't a conversion
function available from the database encoding to ISO-8859-1.  This has
been broken since day one, but the breakage was hidden by
pg_do_encoding_conversion's failure to complain, up till commit
49c817eab7.

Since the data being converted in this test is plain ASCII, no actual
conversion need happen (and if it did, it would prove little about citext
anyway).  So that we still have some code coverage of the convert() family
of functions, let's switch to using convert_from, with SQL_ASCII as the
specified source encoding.  Per buildfarm.
2014-02-27 14:58:47 -05:00
..
expected Remove dependency on database encoding in citext regression test. 2014-02-27 14:58:47 -05:00
sql Remove dependency on database encoding in citext regression test. 2014-02-27 14:58:47 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
citext--1.0.sql Don't quote language name 2011-11-17 18:27:54 -03:00
citext--unpackaged--1.0.sql Fix contrib/citext's upgrade script to handle array and domain cases. 2012-05-11 15:22:30 -04:00
citext.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
citext.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00