pgsql: Minor cleanup of GiST code, for readability. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Minor cleanup of GiST code, for readability.
Date
Msg-id E1YbBKy-0000as-A9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress some unused-variable complaints in new LOCK_DEBUG code.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add support for index-only scans in GiST.