Обсуждение: pgsql: Remove unnecessary and circular #include.

Поиск
Список
Период
Сортировка

pgsql: Remove unnecessary and circular #include.

От
Tom Lane
Дата:
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(-)