postgresql/src/backend/access/rtree
Bruce Momjian 276fc7ce82 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
2002-03-05 05:30:40 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
rtget.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rtproc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rtree.c Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
rtscan.c I was digging through the GiST code, and figured I'd fix up some of the 2002-03-05 05:30:40 +00:00
rtstrat.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00