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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
