]> granicus.if.org Git - postgresql/commit
Modify initdb to complain only when no usable system locales are found.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2011 19:38:57 +0000 (15:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Apr 2011 19:39:25 +0000 (15:39 -0400)
commitd4c810d570e71b021c93e3ee3ea4ab18af4a053d
tree6b71f048026db55c02aa42e7c7921f2b285d0f5f
parentfbc0d07796bcae8b2ee4b09ed236877338c95130
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.
src/bin/initdb/initdb.c