Move ExceptionalCondition back to postgres.h
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/include/c.h | modified | +0 −4 |
| src/include/postgres.h | modified | +8 −2 |