pgsql: Force LC_NUMERIC to C while running TAP tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Force LC_NUMERIC to C while running TAP tests.
Date: 2025-07-11 16:49:26
Message-ID: E1uaGwA-005moz-2h@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Force LC_NUMERIC to C while running TAP tests.

We already forced LC_MESSAGES to C in order to get consistent
message output, but that isn't enough to stabilize messages
that include %f or similar formatting.

I'm a bit surprised that this hasn't come up before. Perhaps
we ought to back-patch this change, but I'll refrain for now.

Reported-by: Bernd Helmle <mailings(at)oopsware(dot)de>
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/6f024eaa7885eddf5e0eb4ba1d095fbc7146519b.camel@oopsware.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f25792c541e559070d8e816f82cce01eb4f55ab8

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Utils.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-07-11 16:52:09 pgsql: Add MODE option to CHECKPOINT command.
Previous Message Amit Kapila 2025-07-11 05:32:53 pgsql: Fix the handling of two GUCs during upgrade.