]> granicus.if.org Git - postgresql/commit
Don't error when no system locales were found
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 23 Jan 2017 18:45:32 +0000 (13:45 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 23 Jan 2017 18:45:32 +0000 (13:45 -0500)
commit46d482814cd4a9c474540a9c4f040ce1cd514f46
treecd148f44f472343d06734f952196a8b962acab1f
parent70c56a014e1813b5ab0f91581833bc7cb6c02958
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.
src/backend/commands/collationcmds.c