contrib/ sparse code cleanup

Поиск
Список
Период
Сортировка
От Neil Conway
Тема contrib/ sparse code cleanup
Дата
Msg-id 1099628461.10449.35.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: contrib/ sparse code cleanup
Re: contrib/ sparse code cleanup
Список pgsql-patches
[ Oleg, I've CC'd you because this patch makes some modifications,
albeit trivial ones, to tsearch2; let me know if you object to me
applying it ]

This patch makes some cleanups to contrib/ to silence some sparse
warnings:

- remove pointless "extern" keyword from some function definitions in
contrib/tsearch2

- use "NULL" not "0" as NULL pointer in contrib/tsearch,
contrib/tsearch2, contrib/pgbench, and contrib/vacuumlo

Barring any objections I will apply this tomorrow.

-Neil


Вложения

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: CVS should die
Следующее
От: Neil Conway
Дата:
Сообщение: GiST: memory allocation, cleanup