37 while ((
cur = last->
next) != NULL)
42 #ifdef USE_ASSERT_CHECKING
70 elog(
ERROR,
"double linked list member check failure");
82 elog(
ERROR,
"doubly linked list head address is NULL");
95 elog(
ERROR,
"doubly linked list is corrupted");
106 elog(
ERROR,
"doubly linked list is corrupted");
119 elog(
ERROR,
"singly linked list head address is NULL");
#define PG_USED_FOR_ASSERTS_ONLY
#define Assert(condition)
void slist_delete(slist_head *head, const slist_node *node)
#define dlist_check(head)
#define slist_check(head)
#define dlist_member_check(head, node)