pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Date: 2025-12-15T23:38:01Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Rename regress.so's .mo file to postgresql-regress-VERSION.mo.
- 5b4fb2b97d2d 19 (unreleased) landed
-
Revert "Avoid requiring Spanish locale to test NLS infrastructure."
- 84a3778c79c2 19 (unreleased) cited
-
Avoid requiring Spanish locale to test NLS infrastructure.
- 7db6809ced44 19 (unreleased) cited
Revert "Avoid requiring Spanish locale to test NLS infrastructure." This reverts commit 7db6809ced4406257a80766e4109c8be8e1ea744. That doesn't seem to work with recent (last couple of years) glibc, and the reasons are obscure. I can't let the farm stay this broken for long. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/84a3778c79c2d28b4dc281d03ef2ab019b16483b Modified Files -------------- src/test/regress/expected/nls.out | 65 ++++++++++----- src/test/regress/expected/nls_1.out | 49 ++++++----- src/test/regress/expected/nls_2.out | 35 ++++++++ src/test/regress/po/C.po | 161 ------------------------------------ src/test/regress/po/LINGUAS | 2 +- src/test/regress/po/es.po | 159 +++++++++++++++++++++++++++++++++++ src/test/regress/regress.c | 45 +++++----- src/test/regress/sql/nls.sql | 35 ++++++-- 8 files changed, 314 insertions(+), 237 deletions(-)