pgsql: Fix bug with multiple evaluation of tsearch2 compatibility

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Fix bug with multiple evaluation of tsearch2 compatibility
Дата
Msg-id 20090128183133.0D6F97559ED@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger
data should be restored.
Backpatch only for 8.3 because previous versions haven't such layer.

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        tsearch2.c (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch2.c?r1=1.8&r2=1.9)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Change warning-silencing code not to cast the pointer type,
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix bug with multiple evaluation of tsearch2 compatibility