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 <[email protected]>
Author: Tom Lane <[email protected]>
Discussion: 
https://postgr.es/m/[email protected]

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(+)

Reply via email to