removing some dead "keep compiler quiet" code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: removing some dead "keep compiler quiet" code
Date: 2012-11-20 03:45:56
Message-ID: 1353383156.6670.25.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg-keep-compiler-quiet.patch text/x-patch 24.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-11-20 04:09:44 Re: removing some dead "keep compiler quiet" code
Previous Message Steve Singer 2012-11-20 00:50:32 Re: logical changeset generation v3 - Source for Slony