aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-02-27 14:58:47 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-02-27 14:58:47 -0500
commit1161d895d826950cbb736e5872935f3f53cc2e27 (patch)
treeecb5c83d1425b4c78c5a423b8a433ec682583305 /src/backend/utils/adt/regexp.c
parent4333eee82d399df8f724faa331827dcfae1fdf28 (diff)
downloadpostgresql-1161d895d826950cbb736e5872935f3f53cc2e27.tar.gz
postgresql-1161d895d826950cbb736e5872935f3f53cc2e27.zip
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 49c817eab78c6f0ce8c3bf46766b73d6cf3190b7. 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.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions