Code review for inline-list patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2012 20:47:07 +0000 (16:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2012 20:47:07 +0000 (16:47 -0400)
commit8f8d74647880ef53fc674498827b8b8e6c80d125
tree412145d663d07975581de1c413730056167c5a91
parent2f2be7473ba28d1e5c96a0a52b30c831d1c0d203
Code review for inline-list patch.

Make foreach macros less syntactically dangerous, and fix some typos in
evidently-never-tested ones.  Add missing slist_next_node and
slist_head_node functions.  Fix broken dlist_check code.  Assorted comment
improvements.
src/backend/lib/ilist.c
src/include/lib/ilist.h