pgsql: Further cleanup of catcache.c ilist changes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further cleanup of catcache.c ilist changes.
Date: 2012-10-18 23:30:52
Message-ID: E1TOzYC-0001G4-Bj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-10-19 08:57:52 pgsql: Fix orphan on cancel of drop index concurrently.
Previous Message Tom Lane 2012-10-18 23:04:31 pgsql: Remove unnecessary "head" arguments from some dlist/slist functi