Re: [HACKERS] Character Conversions Handling

2005-10-18 Thread Martijn van Oosterhout
On Tue, Oct 18, 2005 at 10:29:30PM +0300, Volkan YAZICI wrote: > Hi, > > I'm trying to understand the schema laying behind > backend/utils/adt/like.c to downcase letters [1]. When I look at the > other tolower() implementations, there're lots of them spread around. > (In interfaces/libpq, backend/

[HACKERS] Character Conversions Handling

2005-10-18 Thread Volkan YAZICI
Hi, I'm trying to understand the schema laying behind backend/utils/adt/like.c to downcase letters [1]. When I look at the other tolower() implementations, there're lots of them spread around. (In interfaces/libpq, backend/regex, backend/utils/adt/like and etc.) For example, despite having pg_wc_t