Re: scan.c:900: warning: ... postgresql-7.1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Limin Liu <limin@pumpkinnet.com>
Cc: pgsql-general@postgresql.org
Date: 2001-04-17T20:36:44Z
Lists: pgsql-general
Limin Liu <limin@pumpkinnet.com> writes: > Does anyone get the same warning messages from postgresql-7.1? > It's under src/backend/parser... > scan.c: In function `base_yylex': > scan.c:900: warning: `yy_cp' might be used uninitialized in this > function > scan.c:900: warning: `yy_bp' might be used uninitialized in this > function I get no such warning. Have you regenerated scan.c locally, and if so what version of flex did you use? regards, tom lane