[PATCH] GiST code cleanup - Mailing list pgsql-patches

From Neil Conway
Subject [PATCH] GiST code cleanup
Date
Msg-id 1012520028.13377.57.camel@jiro
Whole thread Raw
Responses Re: [PATCH] GiST code cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [PATCH] GiST code cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [PATCH] GiST code cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: sugita@sra.co.jp
Date:
Subject: Re: Multi byte aware for pg_stat_activity
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] GiST code cleanup