pgsql: Code review for inline-list patch.

Started by Tom Lanealmost 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f8d74647880ef53fc674498827b8b8e6c80d125

Modified Files
--------------
src/backend/lib/ilist.c | 19 ++-
src/include/lib/ilist.h | 413 +++++++++++++++++++++++------------------------
2 files changed, 213 insertions(+), 219 deletions(-)