]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Document and clean up gistsplit.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 16:58:33 +0000 (11:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2013 16:58:33 +0000 (11:58 -0500)
commita260208afaf93a48da9813e9efccbea8f59a8fa3
tree27fba3c73993b945fcfd6aac651641a288c58bd4
parentccb5def02e71c385cabe05f89e95b99ff7df48b8
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