Re: Fix regression tests to work with REGRESS_OPTS=--no-locale
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-07-03T07:17:04Z
Lists: pgsql-hackers
On Mon, Jul 03, 2023 at 08:48:22AM +0200, Peter Eisentraut wrote: > I think it makes sense to make those checks consistent. Thanks for the review! The last thing that sets ENCODING is test_oat_hooks, for stability. NO_LOCALE is used in test_oat_hooks and test_extensions (71cac85). I am not planning to touch any of these. -- Michael
Commits
-
Fix regression tests of unaccent to work without UTF8 support
- 44e73a498c5f 17.0 landed