pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY
Date: 2007-08-22 22:30:20
Message-ID: 20070822223020.452FC7541EA@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-22 23:03:27 pgsql: Fix possible core dump from pgbench -d option.
Previous Message Tom Lane 2007-08-22 22:16:22 Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system