I was digging through the GiST code, and figured I'd fix up some of the

Bruce Momjian <bruce@momjian.us>

Commit: 276fc7ce829404627075ebf8ed5ee3039923eb2b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-05T05:30:40Z
Releases: 7.3.1
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

Files