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

From [email protected] (Tom Lane)
Subject pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: [email protected] (User Julo)
Date:
Subject: optimizer - jos: Greedy algorithm crash bug fixies.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to