pgsql: Code review for inline-list patch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for inline-list patch.
Date: 2012-10-18 20:47:12
Message-ID: E1TOwzo-0007IX-ON@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-18 23:04:31 pgsql: Remove unnecessary "head" arguments from some dlist/slist functi
Previous Message Andrew Dunstan 2012-10-18 20:16:17 pgsql: Use a more portable platform test.