Re: GIST and GIN indexes on varchar[] aren't working in CVS.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GIST and GIN indexes on varchar[] aren't working in CVS.
Дата
Msg-id 7288.1188746456@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GIST and GIN indexes on varchar[] aren't working in CVS.  ("Gregory Maxwell" <gmaxwell@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: August Zajonc
Дата:
Сообщение: Re: [PATCH] Lazy xid assingment V2
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: Per-function search_path => per-function GUC settings