Re: Issue is changing _bt_compare function and

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Issue is changing _bt_compare function and
Дата
Msg-id 4348E081.7010700@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Issue is changing _bt_compare function and  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
> Well, _bt_compare is used for every btree index in the system,
> including all the system indexes. A fresh initdb already has several
> dozen indexes already so your code has to deal with that.
> 
> Remember, _bt_compare compares strings, integers, floats, dates, etc
> and your code needs to work for all of them too... What does it mean to
> compare dates case-insensetivly?

Yes, shouldn't you just be making a simple new string type that's case 
insensitive?

Chris


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [DOCS] Added documentation about caching, reliability
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: pg_dump option to dump only functions