Re: pgsql: Add a regression test to verify that NLS translation works.

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add a regression test to verify that NLS translation works.
Date: 2025-12-14 17:02:06
Message-ID: CAPpHfdtCGG5XcWqi=abNj_Fmv-CtunFLWgA-_6es-nuADm9LCQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi, Tom!

On Sun, Dec 14, 2025, 18:55 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Add a regression test to verify that NLS translation works.
>
> We've never actually had a formal test for this facility.
> It seems worth adding one now, mainly because we are starting
> to depend on gettext() being able to handle the PRI* macros
> from <inttypes.h>, and it's not all that certain that that
> works everywhere. So the test goes to a bit of effort to
> check all the PRI* macros we are likely to use.

> (This effort has indeed found one problem already, now fixed
> in commit f8715ec86.)
>

I noticed couple of buildfarm failures on bumblebee and akepa.

------
Regards,
Alexander Korotkov

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-14 17:09:58 pgsql: Fix double assignment.
Previous Message Tom Lane 2025-12-14 16:55:25 pgsql: Add a regression test to verify that NLS translation works.