pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to
Дата
Msg-id 20080408182029.782EC7559CC@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
the columns it works with to be domains over the expected type, not just
exactly the expected type.  In passing, fix ts_stat() the same way.
Per report from Markus Wollny.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsvector_op.c (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector_op.c?r1=1.14&r2=1.15)

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

Предыдущее
От: julo@pgfoundry.org (User Julo)
Дата:
Сообщение: optimizer - jos: Greedy algorithm crash bug fixies.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to