pgsql: Minor cleanup of GiST code, for readability.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor cleanup of GiST code, for readability.
Date: 2015-03-26 17:12:56
Message-ID: E1YbBKy-0000as-A9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor cleanup of GiST code, for readability.

Remove the gistcentryinit function, inlining the relevant part of it into
the only caller.

Branch
------
master

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

Modified Files
--------------
src/backend/access/gist/gistutil.c | 50 +++++++++++-------------------------
src/include/access/gist_private.h | 6 +----
2 files changed, 16 insertions(+), 40 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-26 18:03:40 pgsql: Tweak __attribute__-wrapping macros for better pgindent results.
Previous Message Tom Lane 2015-03-26 16:00:35 pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code.