Re: APR 1.0 released - Mailing list pgsql-hackers

From Tom Lane
Subject Re: APR 1.0 released
Date
Msg-id 472.1094702306@sss.pgh.pa.us
Whole thread Raw
In response to Re: APR 1.0 released  ("Andrew Dunstan" <andrew@dunslane.net>)
Responses Re: APR 1.0 released  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Making AFTER triggers act properly in PL functions
Next
From: Tom Lane
Date:
Subject: Re: Making AFTER triggers act properly in PL functions