I was digging through the GiST code, and figured I'd fix up some of the
authorBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 05:30:40 +0000 (05:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 05:30:40 +0000 (05:30 +0000)
commite861bad05b8f871a5460a9878a0449b7564c3f32
tree2f4141c1602c4865b4aed8a2671238924afbe914
parentb2320302f86a5f51cfd2d896ae720a9d6ff8b918
I was digging through the GiST code, and figured I'd fix up some of the
"bad smell" in that code. Stuff like function parameters that aren't
used, typos in the comments, comparison between signed and unsigned
ints, etc.

Attached is a pretty trivial patch; it compiles, but beyond that
completely untested. Unless anyone sees any problems, please apply for
7.3.

Neil Conway
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/rtree/rtscan.c