Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 11fee4e3b593860cfd1c5af1d8ee770dc35c6b6b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-22T22:30:20Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/commands/tsearchcmds.c modified +12 −1