Re: tsvector work with citext - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: tsvector work with citext
Date
Msg-id 55FABD86.3010109@sigaev.ru
Whole thread Raw
In response to Re: tsvector work with citext  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: tsvector work with citext  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
> Oversight, I suppose. is_text_type() was introduced by
>
> commit 635aaab278afc1af972a4b6a55ff632ab763505d
> Author: Tom Lane <tgl@sss.pgh.pa.us>
> Date:   Tue Apr 8 18:20:29 2008 +0000
>
>      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.

I'm wrong, in this commit it was just renamed. It was originally coded by me. 
But it's still oversight.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: tsvector work with citext
Next
From: Tom Lane
Date:
Subject: Re: planstate_tree_walker