pgsql: Modify initdb to complain only when no usable system locales are

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify initdb to complain only when no usable system locales are
Date: 2011-04-08 19:39:54
Message-ID: E1Q8HX8-0003zw-N0@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modify initdb to complain only when no usable system locales are found.

Per discussion, the original behavior seems too noisy. But if things
are so broken that none of the locales reported by "locale -a" are usable,
that's probably worth warning about.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4c810d570e71b021c93e3ee3ea4ab18af4a053d

Modified Files
--------------
src/bin/initdb/initdb.c | 30 +++++++++++++-----------------
1 files changed, 13 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-08 19:46:29 pgsql: Fix bug in propagating ALTER TABLE actions to typed tables.
Previous Message Robert Haas 2011-04-08 19:32:54 pgsql: Partially roll back overenthusiastic SSI optimization.