pgsql: Allow initdb to complete on systems without "locale" command

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow initdb to complete on systems without "locale" command
Дата
Msg-id E1ovcvg-000acE-TN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow initdb to complete on systems without "locale" command

This partially reverts 2fe3bdbd691a5d11626308e7d660440be6c210c8, which
added an error check on the "locale -a" execution.  This is removed
again, adding a comment explaining why.  We already had code that
shows a warning if no system locales could be found, which should be
sufficient for feedback to the user.

Discussion: https://www.postgresql.org/message-id/flat/b2b491d1-3b36-15b9-6910-5b5540b27f5c%40enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/backend/commands/collationcmds.c | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Fix wording of MERGE actions in README
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix outdated comment in ExecDelete