Re: elog/ereport noreturn decoration - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog/ereport noreturn decoration
Date
Msg-id 10796.1341067949@sss.pgh.pa.us
Whole thread Raw
In response to Re: elog/ereport noreturn decoration  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: elog/ereport noreturn decoration  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> But my point was, there aren't any unused code warnings.  None of the
> commonly used compilers issue any.  I'd be interested to know if there
> is any recent C compiler supported by PostgreSQL that issues some kind
> of unused code warning under any circumstances, and see an example of
> that.  Then we can determine whether there is an issue here.

Well, the Solaris Studio compiler produces "warning: statement not
reached" messages, as seen for example on buildfarm member castoroides.
I don't have one available to experiment with, so I'm not sure whether
it knows that abort() doesn't return; but I think it rather foolish to
assume that such a combination doesn't exist in the wild.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Edson Richter
Date:
Subject: Re: Can someone help me to get ODBC fdw running on windows?
Next
From: Tom Lane
Date:
Subject: Re: Pruning the TODO list