Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn
Date: 2007-05-04 14:05:57
Message-ID: 18713.1178287557@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Do we want to add other compiler specific fixes, such as the MSVC one?

Didn't see much point; the exit() call is useless but shouldn't add much
code bloat. The only reason I bothered to special-case gcc is that so
many of us use it.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-05-04 14:55:32 pgsql: Make clearer how arguments and return values in pl/perl are
Previous Message Tom Lane 2007-05-04 14:04:08 Re: pgsql: Teach tuplesort.c about "top N" sorting, in which only the first