Re: [PATCH] GiST code cleanup

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] GiST code cleanup
Date: 2002-02-23 02:26:34
Message-ID: 200202230226.g1N2QYC04695@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Neil Conway wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-23 02:26:58 Re: contrib/DBMirror (Replication).
Previous Message Bruce Momjian 2002-02-23 02:24:21 Re: Fix for non-blocking connections in libpq