pgsql: Initialize data directories with --lc-messages=C for tests. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Initialize data directories with --lc-messages=C for tests.
Date
Msg-id E1rGSH4-00BJ2r-GF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Initialize data directories with --lc-messages=C for tests.

Commit db6d9891e8 changed them to be initialized with --no-locale, but
that reduced the test coverage for non-C locales.

Discussion: https://postgr.es/m/0d47e5ecc037b3908149aad5f2a987793cf938bd.camel%40j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8793c60051541c8df8dbe133cb9cf8138efe3b3f

Modified Files
--------------
meson.build            | 2 +-
src/Makefile.global.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Replace nonsense comment with a relevant one.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make win32tzlist.pl checkable again