pgsql: Fix #include problems in 9.1 branch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix #include problems in 9.1 branch.
Date
Msg-id E1R0LpR-0004Tp-9W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix #include problems in 9.1 branch.

Remove unnecessary and circular #include of syncrep.h from proc.h.
Add htup.h to tablecmds.h so it will compile without prerequisites.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1ae019f04b95771293f9a649c298aaeb0d3155a2

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Dig down into sub-selects to look for column statistics.
Next
From: Tom Lane
Date:
Subject: pgsql: Guard against using plperl's Makefile without specifying --with-