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

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Initialize data directories with --lc-messages=C for tests.
Date: 2023-12-21 23:16:18
Message-ID: E1rGSH4-00BJ2r-GF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-12-22 14:05:30 pgsql: Make win32tzlist.pl checkable again
Previous Message Robert Haas 2023-12-21 21:04:24 pgsql: Replace nonsense comment with a relevant one.