pgsql: Make initdb's selection of default text search configuration - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make initdb's selection of default text search configuration
Date
Msg-id 20071025202253.8ABF2754229@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually
Next
From: David Fetter
Date:
Subject: Re: [HACKERS] Re: pgsql: Extract catalog info for error reporting before an error actually