Minor cleanup of GiST code, for readability.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 8fa393a6d739796d9f06a7fba91d7e1d0c354879
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-03-26T17:11:54Z
Releases: 9.5.0
Minor cleanup of GiST code, for readability.

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

Files

PathChange+/−
src/backend/access/gist/gistutil.c modified +15 −35
src/include/access/gist_private.h modified +1 −5