Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn
Date
Msg-id 18713.1178287557@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
Magnus Hagander <magnus@hagander.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

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Make clearer how arguments and return values in pl/perl are