[PATCH] GiST code cleanup

Поиск
Список
Период
Сортировка
От Neil Conway
Тема [PATCH] GiST code cleanup
Дата
Msg-id 1012520028.13377.57.camel@jiro
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: sugita@sra.co.jp
Дата:
Сообщение: Re: Multi byte aware for pg_stat_activity
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCH] GiST code cleanup