]> 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:15 +0000 (11:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 16:58:15 +0000 (11:58 -0500)
commit0fd0f3688b7a8ab0b907d431cf7022098110cfc8
tree4ece7aad6bb5ed9f2e7a2b6b49c59e5bce025249
parenta187c96d26520695fc392edb1c8f38d86b16ef5b
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