Re: BUG #4549: ecpg produces code that don't compile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4549: ecpg produces code that don't compile
Дата
Msg-id 8285.1227710284@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4549: ecpg produces code that don't compile  ("Clemens A. Fischer" <clemens.fischer@mbs-software.de>)
Ответы Re: BUG #4549: ecpg produces code that don't compile  (John R Pierce <pierce@hogranch.com>)
Список pgsql-bugs
"Clemens A. Fischer" <clemens.fischer@mbs-software.de> writes:
> Hallo Michael,
> thanks for the patch, but ...
> compiling ecpg fails:
> type.c: In function `ECPGdump_a_simple':
> type.c:356: warning: implicit declaration of function `strchrnul'
> type.c:356: invalid type argument of `unary *'

Whatever strchrnul is, it isn't very portable --- the buildfarm is
breaking out in red too.  Please change that.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Clemens A. Fischer"
Дата:
Сообщение: Re: BUG #4549: ecpg produces code that don't compile
Следующее
От: John R Pierce
Дата:
Сообщение: Re: BUG #4549: ecpg produces code that don't compile