pgsql: Modify initdb to complain only when no usable system locales are - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Modify initdb to complain only when no usable system locales are
Date
Msg-id E1Q8HX8-0003zw-N0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modify initdb to complain only when no usable system locales are found.

Per discussion, the original behavior seems too noisy.  But if things
are so broken that none of the locales reported by "locale -a" are usable,
that's probably worth warning about.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4c810d570e71b021c93e3ee3ea4ab18af4a053d

Modified Files
--------------
src/bin/initdb/initdb.c |   30 +++++++++++++-----------------
1 files changed, 13 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Partially roll back overenthusiastic SSI optimization.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.