]> granicus.if.org Git - postgresql/commit
Further cleanup of catcache.c ilist changes.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2012 23:30:43 +0000 (19:30 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2012 23:30:43 +0000 (19:30 -0400)
commit002191a1a39c8dba8d0331c123a6c82724af6d87
treef303da69b5489ccb66038edc43d7fc35230c336c
parentdc5aeca168629183e64087b1147d3c2645e49ddc
Further cleanup of catcache.c ilist changes.

Remove useless duplicate initialization of bucket headers, don't use a
dlist_mutable_iter in a performance-critical path that doesn't need it,
make some other cosmetic changes for consistency's sake.
src/backend/utils/cache/catcache.c