From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Fix regression tests to work with REGRESS_OPTS=--no-locale |
Date: | 2023-06-15 06:52:13 |
Message-ID: | ZIq1HUnIV2ksW85x@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
While doing some tests with the tree, I have noticed that we don't do
in the tests of unaccent the business that we have elsewhere
(test_regex, fuzzystrmatch, now hstore, collation tests, etc.) to make
the tests portable when these tests include UTF-8 characters but the
regression database cannot support that.
It took some time to notice that, which makes me wonder how relevant
this stuff is these days.. Anyway, I would like to do like the others
and fix it, so I am proposing the attached.
Thoughts?
--
Michael
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-regression-tests-of-unaccent-to-be-portable-acro.patch | text/x-diff | 2.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Konstantin Knizhnik | 2023-06-15 07:12:32 | Re: Let's make PostgreSQL multi-threaded |
Previous Message | Kyotaro Horiguchi | 2023-06-15 06:20:36 | Re: Allow pg_archivecleanup to remove backup history files |