removing some dead "keep compiler quiet" code - Mailing list pgsql-hackers

From Peter Eisentraut
Subject removing some dead "keep compiler quiet" code
Date
Msg-id 1353383156.6670.25.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: removing some dead "keep compiler quiet" code  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Since ereport() can now communicate to the compiler whether it returns
or not, a fair amount of "keep compiler quiet" code is dead.  Since the
method that ereport() uses is not dependent on any compiler-specific
attributes, I think this code can just be removed.  I propose the
attached patch.

Attachment

pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: Re: logical changeset generation v3 - Source for Slony
Next
From: Tom Lane
Date:
Subject: Re: removing some dead "keep compiler quiet" code