From: | Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: buildfarm + meson |
Date: | 2023-02-27 13:11:34 |
Message-ID: | CAC+AXB1agvrgpyHEfqbDr2MOpcON3d+WYte_SLzn1E4TamLs9g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Feb 24, 2023 at 2:22 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
> On drongo, this test isn't failing, and I think the reason is that it runs
> "make NO_LOCALE=1 check" so it never gets a database with win1252 encoding.
>
> I'm going to try adding a win1252 test to drongo's locales.
>
What seems to be failing is the setlocale() for 'de_DE'. I haven't been
able to reproduce it locally, but I've seen something similar reported for
python [1].
As a workaround, can you please test "SET lc_time TO 'de-DE';"?
[1] https://bugs.python.org/issue36792
Regards,
Juan José Santamaría Flecha
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Jones | 2023-02-27 13:16:30 | [PoC] Add CANONICAL option to xmlserialize |
Previous Message | Dean Rasheed | 2023-02-27 12:54:35 | Add error functions: erf() and erfc() |