cleanup standard includes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема cleanup standard includes
Дата
Msg-id 87u1kh3ctf.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: cleanup standard includes  (Peter Eisentraut <peter_e@gmx.net>)
Re: cleanup standard includes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: cleanup standard includes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This patch removes a bunch of superfluous #include directives: if
postgres.h or c.h includes a system header (such as stdio.h or
stdlib.h), there's no need to specifically include it in any of the .c
files in the backend.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: remove unused vars
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] DROP COLUMN misbehaviour with multiple inheritance