pgsql: Define Trap and TrapMacro even in non-cassert builds.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Define Trap and TrapMacro even in non-cassert builds.
Дата
Msg-id E1UsYou-0008KJ-Dy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Define Trap and TrapMacro even in non-cassert builds.

In some cases, the use of these macros may be preferable to Assert()
or AssertMacro(), since this way the caller can set the trap message.

Andres Freund and Robert Haas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ee73525d57380a55b5c87f8df1c30bd32fb98b3

Modified Files
--------------
src/include/c.h |    3 +++
1 file changed, 3 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Track spinlock delay in microsecond granularity.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make the OVER keyword unreserved.