pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Date: 2025-12-15 23:38:01
Message-ID: E1vVI8e-000ywV-1U@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-16 04:31:00 pgsql: Fail recovery when missing redo checkpoint record without backup
Previous Message Jacob Champion 2025-12-15 22:28:44 pgsql: libpq: Align oauth_json_set_error() with other NLS patterns

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2025-12-15 23:39:28 Re: oid2name : add objects file path
Previous Message Chao Li 2025-12-15 23:34:41 Re: Small patch to improve safety of utf8_to_unicode().