pgsql: Move ExceptionalCondition back to postgres.h

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Move ExceptionalCondition back to postgres.h
Дата
Msg-id E1U7Yhs-00066G-EV@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Split pgstat file in smaller pieces
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix yet another typo in comment.