Re: Turkish downcasting in PL/pgSQL
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Devrim GUNDUZ <devrim@gunduz.org>
Cc: pgsql-bugs@postgresql.org, Peter Eisentraut <peter_e@gmx.net>
Date: 2004-08-16T14:05:11Z
Lists: pgsql-bugs, pgsql-hackers
Devrim GUNDUZ <devrim@gunduz.org> writes: > All 96 tests passed. > I'm using the latest tr_TR locale of glibc, and flex-2.5.4a-29 (of RHEL) > and flex-2.5.4a-31 (of FC 2). > What am I missing? If you built from a tarball, then the flex run is already done for you. Remove src/pl/plpgsql/src/pl_scan.c and rebuild to see if you see a problem. regards, tom lane