pgsql: Clean up some misplaced #includes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clean up some misplaced #includes.
Дата
Msg-id E1agyQt-0006JT-MS@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Clean up some misplaced #includes.  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Список pgsql-committers
Clean up some misplaced #includes.

Random .h files have no business including postgres-fe.h (or postgres.h).
If that wasn't the first #include done by the calling .c file, it's the
.c file that's broken.  Noted while prepping Kyotaro Horiguchi's psql
lexer refactoring patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3422fecccadb021b7b4cdbc73b2c29f66f031761

Modified Files
--------------
src/bin/psql/common.h       | 3 +--
src/bin/psql/create_help.pl | 2 +-
src/bin/psql/mainloop.h     | 4 +---
3 files changed, 3 insertions(+), 6 deletions(-)


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Introduce parse_ident()
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Improve memory management for external sorts.