]> granicus.if.org Git - postgresql/commit
Document and clean up gistsplit.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 16:58:28 +0000 (11:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 16:58:28 +0000 (11:58 -0500)
commita0698406f4c8b4944c6e248c7e8672c4f54db01a
tree47582307aa268e5e220e3cf49970ceb57965c2b2
parent4d4c00850dedb4395138d825cfa3c69545c17f0b
Document and clean up gistsplit.c.

Improve comments, rename some variables and functions, slightly simplify
a couple of APIs, in an attempt to make this code readable by people other
than its original author.

Even though this is essentially just cosmetic, back-patch to all active
branches, because otherwise it's going to make back-patching future fixes
in this file very painful.
src/backend/access/gist/gist.c
src/backend/access/gist/gistsplit.c
src/include/access/gist.h
src/include/access/gist_private.h