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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Modify initdb to complain only when no usable system locales are
Дата
Msg-id E1Q8HX8-0003zw-N0@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Partially roll back overenthusiastic SSI optimization.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.