Hi, On Thu, 6 May 2004, Tom Lane wrote:
> We're sort of halfway there on coping with the Turkish-locale i-vs-I > problem. I'd like to finish the job for 7.5. Cool! <snip> > AFAICS the remaining problem is that there are a bunch of places that > use strcasecmp() or strncasecmp() to match inputs against locally known > keywords (such as datestyle or timezone names). We need to make a > variant version of strcasecmp that uses this same style of case-folding. > > What I'm thinking of doing is inventing "pg_strcasecmp" and > "pg_strncasecmp" that act like the above and replacing all calls of the > standard library functions with these. If you can post all the patches you'd like to apply, I'd be happy to test them. (Sorry for the very late response, btw.) Regards, -- Devrim GUNDUZ devrim~gunduz.org devrim.gunduz~linux.org.tr http://www.TDMSoft.com http://www.gunduz.org ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster