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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn
Дата
Msg-id 18713.1178287557@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: A few fixups in error handling: mark pg_re_throw() as noreturn  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Make clearer how arguments and return values in pl/perl are