Re: Fix regression tests to work with REGRESS_OPTS=--no-locale
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-06-20T03:46:19Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-regression-tests-of-unaccent-to-work-without-.patch (text/x-diff) patch v2-0001
On Thu, Jun 15, 2023 at 03:52:13PM +0900, Michael Paquier wrote: > 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. Please find attached a v2 that removes the ENCODING and NO_LOCALE flags from meson.build and Makefile, that I forgot to clean up previously. Note that I am not planning to do anything here until at least v17 opens for business. -- Michael
Commits
-
Fix regression tests of unaccent to work without UTF8 support
- 44e73a498c5f 17.0 landed