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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #4549: ecpg produces code that don't compile
Date: 2008-11-26 14:44:11
Message-ID: 492D60BB.9080909@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Meskes 2008-11-26 15:38:39 Re: BUG #4549: ecpg produces code that don't compile
Previous Message Tom Lane 2008-11-26 14:38:04 Re: BUG #4549: ecpg produces code that don't compile