Re: [HACKERS] Re: [BUGS] NOTICE:AbortTransaction and not in in-progress state
Brett McCormick <brett@work.chicken.org>
From: Brett McCormick <brett@work.chicken.org>
To: dg@illustra.com (David Gould)
Cc: maillist@candle.pha.pa.us (Bruce Momjian), vadim@krs.ru, vadim@sable.krasnoyarsk.su, t-ishii@sra.co.jp, hackers@postgreSQL.org
Date: 1998-06-14T03:07:35Z
Lists: pgsql-hackers
I've been trying to use them in my patches as well, maily for
consistency as its something I'd never do myself. I'll gladly
stop though.
On Sat, 13 June 1998, at 19:59:12, David Gould wrote:
> Ok, I won't add them. I'm not taking them out if I see them though ;-).
>
> > Sure, but braces don't help you either. This is just as legal:
> >
> > if (condition);
> > {
> > dosomething();
> > }
>
> True enough, but I think less likely to happen.