Re: compile bug in HEAD?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compile bug in HEAD?
Дата
Msg-id 16564.1017209800@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: compile bug in HEAD?  ("Nicolas Bazin" <nbazin@ingenico.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: compile bug in HEAD?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: RI triggers and schemas