Tom Lane wrote:
Whatever strchrnul is, it isn't very portable --- the buildfarm is breaking out in red too. Please change that.
sigh, more gnuish code.... — 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. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs