[PATCH] GiST code cleanup

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: [PATCH] GiST code cleanup
Date: 2002-01-31 23:33:48
Message-ID: 1012520028.13377.57.camel@jiro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi all,

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.

Comments would be appreciated: is this kind of janitorial work welcome?

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
gist-cleanup.patch text/x-patch 9.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-01 17:17:47 Re: [PATCH] GiST code cleanup
Previous Message sugita 2002-01-31 03:37:59 Re: Multi byte aware for pg_stat_activity