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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #4549: ecpg produces code that don't compile
Дата
Msg-id 492D60BB.9080909@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #4549: ecpg produces code that don't compile  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #4549: ecpg produces code that don't compile  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4549: ecpg produces code that don't compile
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: BUG #4549: ecpg produces code that don't compile