Re: GIST and GIN indexes on varchar[] aren't working in CVS. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GIST and GIN indexes on varchar[] aren't working in CVS.
Date
Msg-id 7288.1188746456@sss.pgh.pa.us
Whole thread Raw
In response to GIST and GIN indexes on varchar[] aren't working in CVS.  ("Gregory Maxwell" <gmaxwell@gmail.com>)
List pgsql-hackers
"Gregory Maxwell" <gmaxwell@gmail.com> writes:
> There seems to be some behavior change in current CVS with respect to
> gist and gin indexes on varchar[]. Some side effect of the tsearch2
> merge?

I think more likely I broke it during the opfamily rewrite :-(.  Looks
like I left out entries for _varchar (and _cidr too) thinking that the
binary-compatible functions in the same opfamily for _text and _inet
would serve ... but they won't, because arrays are never really "binary
compatible" (you have to at least substitute the other element type
OID).  Will fix.
        regards, tom lane


pgsql-hackers by date:

Previous
From: August Zajonc
Date:
Subject: Re: [PATCH] Lazy xid assingment V2
Next
From: "Marko Kreen"
Date:
Subject: Re: Per-function search_path => per-function GUC settings