[COMMITTERS] pgsql: Don't error when no system locales were found - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Don't error when no system locales were found
Date
Msg-id E1cVjd4-0004OM-FC@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix NULL pointer access in logical replication workers
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix default minimum value for descending sequences