pgsql: Remove unnecessary and circular #include. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove unnecessary and circular #include.
Date
Msg-id E1R02JE-00033q-2g@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: walsender.h doesn't need xlog.h, per Tom.
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up the #include mess a little.