pgsql/src/backend/access gist/gist.c gist/gist ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access gist/gist.c gist/gist ...
Date: 2002-03-05 05:30:44
Message-ID: 20020305053044.89F864759CA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/03/05 00:30:40

Modified files:
src/backend/access/gist: gist.c gistget.c gistscan.c
src/backend/access/rtree: rtscan.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-05 05:33:37 pgsql/ oc/src/sgml/xfunc.sgml oc/src/sgml/ref/ ...
Previous Message Bruce Momjian - CVS 2002-03-05 05:20:13 pgsql/src/interfaces/libpq fe-exec.c fe-misc.c ...