pgsql: Move ExceptionalCondition back to postgres.h - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move ExceptionalCondition back to postgres.h
Date
Msg-id E1U7Yhs-00066G-EV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a40d09e27fefbeca0d6994471b3e6965f1ac9dda

Modified Files
--------------
src/include/c.h        |    4 ----
src/include/postgres.h |   10 ++++++++--
2 files changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Split pgstat file in smaller pieces
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix yet another typo in comment.