postgresql/contrib/unaccent
Michael Paquier 44e73a498c Fix regression tests of unaccent to work without UTF8 support
The tests of unaccent rely on UTF8 characters, and unlike any other test
suite in the tree (fuzzystrmatch, citext, hstore, etc.), they would fail
if run on a database that does not support UTF8 encoding.

This commit fixes the tests of unaccent so as these are skipped when run
on a database without UTF8 support, using the same method as the other
test suits based on \if, getdatabaseencoding() and an alternate output
file.

This has been broken for a long time, but nobody has complained about
that either, so no backpatch is done.  This can be reproduced with
something like REGRESS_OPTS="--no-locale --encoding=sql_ascii", for
instance.  To defend against that, this module's Makefile and
meson.build enforced a UTF8 encoding without locales, but it did not
offer protection for options given by REGRESS_OPTS.  This switch makes
this regression test suite more consistent with all the others, as
well.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/ZIq1HUnIV2ksW85x@paquier.xyz
2023-07-04 08:05:00 +09:00
..
expected Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
sql Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
.gitignore Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
Makefile Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
generate_unaccent_rules.py Simplify a bit the special rules generating unaccent.rules 2022-07-05 16:17:51 +09:00
meson.build Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
unaccent--1.0--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
unaccent.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
unaccent.rules Re-update Unicode data to CLDR 39 2022-03-10 14:09:21 +01:00