]> granicus.if.org Git - postgresql/commit
Move ExceptionalCondition back to postgres.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 18 Feb 2013 21:53:32 +0000 (18:53 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 18 Feb 2013 21:53:32 +0000 (18:53 -0300)
commita40d09e27fefbeca0d6994471b3e6965f1ac9dda
treefbc6c30436b03a3d7f8cb261144bedaf05c74e34
parent187492b6c2e8cafc5b39063ca3b67846e8155d24
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
src/include/c.h
src/include/postgres.h