Re: compile bug in HEAD? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile bug in HEAD?
Date
Msg-id 16564.1017209800@sss.pgh.pa.us
Whole thread Raw
In response to Re: compile bug in HEAD?  ("Nicolas Bazin" <nbazin@ingenico.com.au>)
List pgsql-hackers
"Nicolas Bazin" <nbazin@ingenico.com.au> writes:
> It's more warnings than bugs. I also have seen that but not familiar enough
> with bison or yacc to think more of it. Have you got an idea on how to fix
> these warnings?

ecpg's lexer has always generated those warnings, and so has plpgsql's
lexer.  AFAICT the sloppy C code is triggered by use of yylineno.
Suggest griping to the flex authors.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: compile bug in HEAD?
Next
From: Stephan Szabo
Date:
Subject: Re: RI triggers and schemas