]> granicus.if.org Git - postgresql/commit
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Apr 2008 18:20:34 +0000 (18:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Apr 2008 18:20:34 +0000 (18:20 +0000)
commit1c3722f2806689a54239c8a721898525195e2cd5
tree6b394b3b9ba4afdf1e054b974be1bf97be77c193
parent5e8146c7cf5d3564b1d38351c18bafb22d00962a
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.
src/backend/utils/adt/tsvector_op.c