]> granicus.if.org Git - postgresql/commit
Make initdb's selection of default text search configuration depend
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2007 20:22:53 +0000 (20:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Oct 2007 20:22:53 +0000 (20:22 +0000)
commit48c16e14f5695a5f1d446629f0a348e5202cbead
treebe3fe1e7cd3ad28c0258185c205e376bf40fa4bf
parentdd7444cfe2c73a31e45e7ee93bf1555e7920177c
Make initdb's selection of default text search configuration depend
only on the 'language' part of the locale name, ignoring the country code.
We may need to be smarter later when there are more built-in configurations,
but for now this is good enough and avoids having to bloat the table.
src/bin/initdb/initdb.c