]> granicus.if.org Git - postgresql/commit
Make initdb ignore locales for client-only encodings.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Mar 2011 21:20:50 +0000 (17:20 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Mar 2011 21:20:50 +0000 (17:20 -0400)
commit5d1d679dbf780694673529bd864ca1e258ae50d5
tree50e04c2686610d0467a24e96be11d6983c931ab0
parent6e197cb2e537880f36828a6c55d0f6df5bf7daa8
Make initdb ignore locales for client-only encodings.

While putting such entries into pg_collation is harmless (since backends
will ignore entries that don't match the database encoding), it's also
useless.
src/bin/initdb/initdb.c