Обсуждение: pgsql: Modify initdb to complain only when no usable system locales are

Поиск
Список
Период
Сортировка

pgsql: Modify initdb to complain only when no usable system locales are

От
Tom Lane
Дата:
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(-)