Thread: pgsql: Further cleanup of catcache.c ilist changes.

pgsql: Further cleanup of catcache.c ilist changes.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/002191a1a39c8dba8d0331c123a6c82724af6d87

Modified Files
--------------
src/backend/utils/cache/catcache.c |   29 +++++++++++++++++------------
1 files changed, 17 insertions(+), 12 deletions(-)