initdb: emit message when using default ICU locale.
authorJeff Davis <jdavis@postgresql.org>
Tue, 28 Mar 2023 14:55:57 +0000 (07:55 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 28 Mar 2023 15:24:43 +0000 (08:24 -0700)
commitc1f1c1f87fd685981c45da528649c700b6ba0655
tree75c03c2e825301b00d7de6defc2b30e8c9abb37c
parentf8ca22295e994338259174e5c66b6b23e5d9b55f
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
src/bin/initdb/initdb.c