| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Try a few different locale name spellings in nls.sql. |
| Date: | 2025-12-14 17:55:02 |
| Message-ID: | E1vUqJB-000l2O-10@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Try a few different locale name spellings in nls.sql.
While CI testing in advance of commit 8c498479d suggested that all
Unix-ish platforms would accept 'es_ES.UTF-8', the buildfarm has
a different opinion. Let's dynamically select something that works,
if possible.
Discussion: https://postgr.es/m/E1vUpNU-000kcQ-1D@gemulon.postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/5b275a6e154833803d3beb49da0879d2fe8b1d6c
Modified Files
--------------
src/test/regress/expected/nls.out | 21 +++++++++++++++++----
src/test/regress/expected/nls_1.out | 21 +++++++++++++++++----
src/test/regress/sql/nls.sql | 21 +++++++++++++++++----
3 files changed, 51 insertions(+), 12 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2025-12-14 18:16:39 | pgsql: bufmgr: Separate keys for private refcount infrastructure |
| Previous Message | Tom Lane | 2025-12-14 17:30:11 | Re: pgsql: Add a regression test to verify that NLS translation works. |