[COMMITTERS] pgsql: isn: Fix debug code - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: isn: Fix debug code
Date
Msg-id E1dsgdq-0004my-4i@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.