Move ExceptionalCondition back to postgres.h

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a40d09e27fefbeca0d6994471b3e6965f1ac9dda
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2013-02-18T21:53:32Z
Releases: 9.3.0
Move ExceptionalCondition back to postgres.h

It needs to be defined in the backend even when assertions are not
enabled.  It's cleaner to put it back, than create a separate #ifdef
section in c.h.

Per trouble report from Jeff Janes

Files

PathChange+/−
src/include/c.h modified +0 −4
src/include/postgres.h modified +8 −2