pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY
Date
Msg-id 20070822223020.452FC7541EA@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during
initdb.  We should create all the standard dictionaries even though
some of them may not work in template1's encoding.  Per Teodor.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tsearchcmds.c (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tsearchcmds.c?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix possible core dump from pgbench -d option.