pgsql: Fix caching of unsuccessful initialization of parser or

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Fix caching of unsuccessful initialization of parser or
Дата
Msg-id 20070402114330.8213D9FB655@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix caching of unsuccessful initialization of parser or configuration.
Per report from Listmail <lists@peufeu.com>

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        ts_cfg.c (r1.5.2.2 -> r1.5.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ts_cfg.c.diff?r1=1.5.2.2&r2=1.5.2.3)
        wparser.c (r1.2.4.1 -> r1.2.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wparser.c.diff?r1=1.2.4.1&r2=1.2.4.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix caching of unsuccessful initialization of parser or
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: xcopy can only deal with forward-slashed paths when it's quoted -