Re: patch: garbage error strings in libpq

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: patch: garbage error strings in libpq
Дата
Msg-id 42CBA6C7.9040001@samurai.com
обсуждение исходный текст
Ответ на Re: patch: garbage error strings in libpq  (jtv@xs4all.nl)
Ответы Re: patch: garbage error strings in libpq
Список pgsql-patches
jtv@xs4all.nl wrote:
> Does anyone know what the situation is in C89, or whatever the applicable
> standard is?

[ *looks* ]

The text is the same in both versions:

http://dev.unicals.com/papers/c89-draft.html#3.3.2.2

"The order of evaluation of the function designator, the arguments, and
subexpressions within the arguments is unspecified, but there is a
sequence point before the actual call."

(On reading this more closely, I suppose you could make the argument
that a function call that takes place in the argument list of another
function call is a "subexpression within the [outer function's]
arguments", so the order of evaluation prior to the call of the outer
function would be undefined. But I don't think that's the right reading
of the standard.)

-Neil

В списке pgsql-patches по дате отправления:

Предыдущее
От: jtv@xs4all.nl
Дата:
Сообщение: Re: patch: garbage error strings in libpq
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [HACKERS] Dbsize backend integration