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

2025-12-14 Thread Tom Lane
I wrote: > Alexander Korotkov writes: >> I noticed couple of buildfarm failures on bumblebee and akepa. > Yeah, I'm kind of expecting some given what we already found ... It looks like acceptable LC_MESSAGES values are more variable than the previous testing suggested. I'm going to try putting

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

2025-12-14 Thread Tom Lane
Alexander Korotkov writes: > On Sun, Dec 14, 2025, 18:55 Tom Lane wrote: >> Add a regression test to verify that NLS translation works. > I noticed couple of buildfarm failures on bumblebee and akepa. Yeah, I'm kind of expecting some given what we already found ... rega

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

2025-12-14 Thread Alexander Korotkov
Hi, Tom! On Sun, Dec 14, 2025, 18:55 Tom Lane 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*

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

2025-12-14 Thread Tom Lane
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 , and it's not all that certain that that works every