Re: The new try/catch macros - Mailing list pgsql-hackers

From Tom Lane
Subject Re: The new try/catch macros
Date
Msg-id 21029.1091994415@sss.pgh.pa.us
Whole thread Raw
In response to Re: The new try/catch macros  (Thomas Hallgren <thhal@mailblocks.com>)
Responses Re: The new try/catch macros  (Thomas Hallgren <thhal@mailblocks.com>)
List pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> Tom Lane wrote:
>> This isn't really open for debate, because if we don't put that there,
>> pg_indent will go nuts.
>> 
> I'm not familiar with pg_indent but my guess is that the first and 
> foremost motivation for its existence is code readability and consistent 
> style? It must be simple to make it recognize and handle the new macros. 

Perhaps, but what about everyone's editors' autoindent logic?

I'd have preferred not to have the "();" decoration too, but it is
really not worth the pain.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Hallgren
Date:
Subject: Re: The new try/catch macros
Next
From: Andreas Pflug
Date:
Subject: Re: Ready for Beta ... ?