[COMMITTERS] pgsql: isn: Fix debug code

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: isn: Fix debug code
Дата
Msg-id E1dsgdq-0004my-4i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
isn: Fix debug code

The ISN_DEBUG code did not compile.  Fix that code, don't hide it behind
an #ifdef, make it run when building with asserts, and make it error out
instead of just logging if it fails.

Reviewed-by: David Steele <david@pgmasters.net>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b6cb4650bc6a56114000678c1944afdb95f8333

Modified Files
--------------
contrib/isn/isn.c | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.