Thread: [COMMITTERS] pgsql: Don't error when no system locales were found

[COMMITTERS] pgsql: Don't error when no system locales were found

From
Peter Eisentraut
Date:
Don't error when no system locales were found

initdb used to warn about that, but it was changed to an error in
pg_import_system_locales, but some build farm members failed because of
that.  Change it back to a warning.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/46d482814cd4a9c474540a9c4f040ce1cd514f46

Modified Files
--------------
src/backend/commands/collationcmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)