pgsql: Remove unnecessary and circular #include.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unnecessary and circular #include.
Дата
Msg-id E1R02JE-00033q-2g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary and circular #include.

storage/proc.h should not include replication/syncrep.h, especially not
when the latter includes storage/proc.h; but in any case this was a pretty
poor thing from a modular layering standpoint.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f116b1f5b8d36e54404b36f1aba1295cbcfc4fdc

Modified Files
--------------
src/include/storage/proc.h |    1 -
1 files changed, 0 insertions(+), 1 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: walsender.h doesn't need xlog.h, per Tom.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up the #include mess a little.