Re: Fix regression tests to work with REGRESS_OPTS=--no-locale
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Michael Paquier <michael@paquier.xyz>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-07-03T06:48:22Z
Lists: pgsql-hackers
On 20.06.23 05:46, Michael Paquier wrote: > 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. I think it makes sense to make those checks consistent.
Commits
-
Fix regression tests of unaccent to work without UTF8 support
- 44e73a498c5f 17.0 landed