From: Marko Kreen Date: Mon, 7 May 2007 11:16:03 +0000 (+0000) Subject: disable expensive in-list assert check X-Git-Tag: pgbouncer_1_0_8~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3876db62533f4ca7b806beeaa129bc5f40d578b8;p=pgbouncer disable expensive in-list assert check --- diff --git a/src/list.h b/src/list.h index e02bb1d..7171b16 100644 --- a/src/list.h +++ b/src/list.h @@ -28,9 +28,7 @@ #define __LIST_H_ /* turn on slow checking */ -#if defined(CASSERT) && !defined(LIST_DEBUG) -#define LIST_DEBUG -#endif +/* #define LIST_DEBUG */ /* give offset of a field inside struct */ #ifndef offsetof