From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Victor Snezhko <snezhko(at)indorsoft(dot)ru> |
Cc: | Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1931: ILIKE and LIKE fails on Turkish locale |
Date: | 2006-09-22 16:48:50 |
Message-ID: | 1410.1158943730@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-tr-genel |
Victor Snezhko <snezhko(at)indorsoft(dot)ru> writes:
> Hmm, there was something wrong in my utf-8 cluster setup, I
> re-attached it and now see that isspace indeed fails:
> LOG: plpgsql_convert_ident: ident=, isspace array=ft, isspace(0)=f
Hm. Given that we've not seen this reported elsewhere, I wonder if we
shouldn't conclude that it's a FreeBSD bug.
We could fix the problem by not using isspace() but some homegrown
equivalent ... but that seems a tad ugly, especially if it's to work
around a problem on just one locale on one platform. Can anyone else
check the result of isspace(0x85) ?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Victor Snezhko | 2006-09-22 17:48:11 | Re: BUG #1931: ILIKE and LIKE fails on Turkish locale |
Previous Message | Christoph Zwerschke | 2006-09-22 10:46:48 | Re: BUG #2642: Connection problems without IPv6 |
From | Date | Subject | |
---|---|---|---|
Next Message | Victor Snezhko | 2006-09-22 17:48:11 | Re: BUG #1931: ILIKE and LIKE fails on Turkish locale |
Previous Message | Victor Snezhko | 2006-09-22 09:55:44 | Re: BUG #1931: ILIKE and LIKE fails on Turkish locale |