Re: BUG #4549: ecpg produces code that don't compile - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4549: ecpg produces code that don't compile
Date
Msg-id 8285.1227710284@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4549: ecpg produces code that don't compile  ("Clemens A. Fischer" <clemens.fischer@mbs-software.de>)
Responses Re: BUG #4549: ecpg produces code that don't compile  (John R Pierce <pierce@hogranch.com>)
List 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 by date:

Previous
From: "Clemens A. Fischer"
Date:
Subject: Re: BUG #4549: ecpg produces code that don't compile
Next
From: John R Pierce
Date:
Subject: Re: BUG #4549: ecpg produces code that don't compile