pgsql: Make initdb's selection of default text search configuration

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make initdb's selection of default text search configuration
Date: 2007-10-25 20:22:53
Message-ID: 20071025202253.8ABF2754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.148 -> r1.149)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.148&r2=1.149)

Browse pgsql-committers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-10-25 20:28:54 Re: Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually
Previous Message Alvaro Herrera 2007-10-25 20:07:41 Autovacuum cancellation