projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf16c1
)
disable expensive in-list assert check
author
Marko Kreen
<markokr@gmail.com>
Mon, 7 May 2007 11:16:03 +0000
(11:16 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 7 May 2007 11:16:03 +0000
(11:16 +0000)
src/list.h
patch
|
blob
|
blame
|
history
diff --git
a/src/list.h
b/src/list.h
index e02bb1d9e563a714226e6e6a509ea459b6f06da7..7171b165d660022cc296fe5ca7c69c4380de539d 100644
(file)
--- 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