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

From John R Pierce
Subject Re: BUG #4549: ecpg produces code that don't compile
Date
Msg-id 492D60BB.9080909@hogranch.com
Whole thread Raw
In response to Re: BUG #4549: ecpg produces code that don't compile  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #4549: ecpg produces code that don't compile  (Michael Meskes <meskes@postgresql.org>)
List pgsql-bugs
Tom Lane wrote:
> Whatever strchrnul is, it isn't very portable --- the buildfarm is
> breaking out in red too.  Please change that.
>=20=20=20


sigh, more gnuish code....



=97 Function: char * *strchrnul* (const char *string, int c)

    |strchrnul| is the same as |strchr| except that if it does not find
    the character, it returns a pointer to string's terminating null
    character rather than a null pointer.

    This function is a GNU extension.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4549: ecpg produces code that don't compile
Next
From: Michael Meskes
Date:
Subject: Re: BUG #4549: ecpg produces code that don't compile