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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't error when no system locales were found
Date: 2017-01-23 18:46:10
Message-ID: E1cVjd4-0004OM-FC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-23 18:47:13 Re: [COMMITTERS] pgsql: Add function to import operating system collations
Previous Message Peter Eisentraut 2017-01-23 17:34:25 pgsql: Fix NULL pointer access in logical replication workers