pgsql: initdb: emit message when using default ICU locale. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: initdb: emit message when using default ICU locale.
Date
Msg-id E1phBC9-000AYT-UD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
initdb: emit message when using default ICU locale.

Helpful to determine from test logs whether the locale came from the
environment or a command-line option.

Discussion: https://postgr.es/m/04182066-7655-344a-b8b7-040b1b2490fb%40enterprisedb.com
Reviewed-by: Peter Eisentraut

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/initdb.c | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Save a few bytes in pg_attribute
Next
From: Tom Lane
Date:
Subject: pgsql: Fix corner-case planner failure for MERGE.