using strxfrm for having multi locale/please vote for adding this function in contribution

Поиск
Список
Период
Сортировка
От Mahmoud Taghizadeh
Тема using strxfrm for having multi locale/please vote for adding this function in contribution
Дата
Msg-id 20050205081125.77734.qmail@web50706.mail.yahoo.com
обсуждение исходный текст
Ответы Re: using strxfrm for having multi locale/please vote for  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: using strxfrm for having multi locale/please vote for  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
there was a discussion in postgresql mailing list about using strxfrm function to add support multi locale.
most of developers agree that this method is a correct but not perfect solution for having multiple locale in postgresql and some people suggest to add such functions in contribution.
 
the main problem of such functions is the overhead of setlocale. (that can be ommited when you run postgresql in a OS with advanced GLIBC and strxfrm_l function)
 
I summerized discussion and add one implementation of such functions, I try to convince tom lane to add this function to the contribution but I failed.
 
maybe you are not interested to this subject but I kindly ask you to say your idea in list.
please tell clearly that you are agree/disagree for add this function in contribution or not.
 
 
I am thankful in advance.
 


With Regards,
--taghi


Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proof-of-concept ARC removal patches
Следующее
От: Andrew Dunstan
Дата:
Сообщение: fix CSV multiline parsing - proof of concept