Re: The new try/catch macros

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: The new try/catch macros
Date: 2004-08-08 19:46:55
Message-ID: 21029.1091994415@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Hallgren <thhal(at)mailblocks(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-08-08 20:05:04 Re: The new try/catch macros
Previous Message Thomas Hallgren 2004-08-08 19:42:06 Re: The new try/catch macros