PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | slist_delete (slist_head *head, const slist_node *node) |
void slist_delete | ( | slist_head * | head, |
const slist_node * | node | ||
) |
Definition at line 31 of file ilist.c.
References Assert, cur, slist_head::head, slist_node::next, cursor::next, PG_USED_FOR_ASSERTS_ONLY, and slist_check.
Referenced by reapply_stacked_values(), and RemoveGUCFromLists().