more code cleanup

Поиск
Список
Период
Сортировка
От Neil Conway
Тема more code cleanup
Дата
Msg-id 1097545469.14940.74.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: more code cleanup  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
This patch makes another set of small cosmetic improvements:

- remove another senseless "extern" keyword that was applied to a
function definition
- change a foo more function signatures from "some_type foo()" to
"some_type foo(void)"
- rewrite another K&R style function definition
- make the type of the "action" function pointer in the KeyWord struct
in src/backend/utils/adt/formatting.c more precise

Barring any objections I intend to apply this to HEAD tomorrow.

-Neil


Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: contrib/xml,xml2 code cleanup
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Casting INT4 to BOOL...