PATCH: CITEXT 2.0 v3

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема PATCH: CITEXT 2.0 v3
Дата
Msg-id 890EA230-DA04-4D65-996F-5E7107690BE8@kineticode.com
обсуждение исходный текст
Ответы Re: PATCH: CITEXT 2.0 v3  ("David E. Wheeler" <david@kineticode.com>)
Re: PATCH: CITEXT 2.0 v3  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Attached is a new version of a patch to add a CITEXT contrib module.
Changes since v2:

* Optimized citext_eq() and citext_ne() (the = and <> operators,
respectively) by having them use strncmp() instead of varstr_cmp().
Per discussion.

* Added `RESTRICT` and `JOIN` clauses to the comparison operators (=,
<>, <, >, <=, >=). These improve statistics estimations, increasing
the liklihood that indices will be used.

Thanks!

David



Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.1 index corruption woes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 8.1 index corruption woes