Re: Fixing GIN for empty/null/full-scan cases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fixing GIN for empty/null/full-scan cases
Дата
Msg-id 29662.1294551673@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fixing GIN for empty/null/full-scan cases  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Fixing GIN for empty/null/full-scan cases  ("David E. Wheeler" <david@kineticode.com>)
Re: Fixing GIN for empty/null/full-scan cases  (David E. Wheeler <david@kineticode.com>)
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> On Jan 7, 2011, at 4:19 PM, Tom Lane wrote:
>> Well, actually, I just committed it.  If you want to test, feel free.
>> Note that right now only the anyarray && <@ @> operators are genuinely
>> fixed ... I plan to hack on tsearch and contrib pretty soon though.

> Hrm, the queries I wrote for this sort of thing use intarray:
>     WHERE blah @@ '(12|14)'::query_int
> That's not done yet though, right?

intarray is done now, feel free to test ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GiST insert algorithm rewrite
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Streaming base backups