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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to
Date: 2008-04-08 18:20:34
Message-ID: 20080408182034.CA2857559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
tsvector_op.c (r1.12 -> r1.12.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector_op.c?r1=1.12&r2=1.12.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gleu 2008-04-08 20:13:28 pgsnap - pgsnap: Support for pgstattuple contrib module.
Previous Message Tom Lane 2008-04-08 18:20:29 pgsql: Fix tsvector_update_trigger() to be domain-friendly: it needs to