Re: APR 1.0 released

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: APR 1.0 released
Дата
Msg-id 472.1094702306@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: APR 1.0 released  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: APR 1.0 released  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:
> I don't understand most of this patch. What difference does changing the
> preprocessor test order make?

I think Bruce was mostly trying to make all the similar tests look
alike.  Also I agree that "if a && !b" is clearer than "if !b && a";
the latter requires a bit more thought to parse the extent of the !
operator...

However, per Michael's report there's some oversight in this patch.
I'm not presently ready to update to CVS tip; who can find the problem?
        regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Making AFTER triggers act properly in PL functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Making AFTER triggers act properly in PL functions