pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY
Дата
Msg-id 20070822223020.452FC7541EA@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix possible core dump from pgbench -d option.