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.