Re: Turkish downcasting in PL/pgSQL

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: ntufar <ntufar@pisem.net>, pgsql-bugs@postgresql.org
Cc: devrim@tdmsoft.com
Date: 2004-08-14T08:34:38Z
Lists: pgsql-bugs, pgsql-hackers
ntufar wrote:
> Apparently problem is caused by the following directive:
>
>      %option case-insensitive
>
> on line 76 in file src/pl/plpgsql/src/scan.l
>
> flex (flex version 2.5.4) incorporates case-insensitivity in it's
> state tables because if I run flex stage with LANG=C everything
> works fine. A quick and dirty fix could be implemented by placing
>
>      LANG=C
>      export LANG
>
> in file src/pl/plpgsql/src/Makefile before calling flex.

I have tried running flex (2.5.4) with a number of different locales 
including tr_TR, but the output file is always the same.  Can you show 
us a diff of the generated files?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/