pgsql: Fix #include problems in 9.1 branch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix #include problems in 9.1 branch.
Date: 2011-09-04 23:10:17
Message-ID: E1R0LpR-0004Tp-9W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-05 00:07:51 pgsql: Guard against using plperl's Makefile without specifying --with-
Previous Message Tom Lane 2011-09-04 19:42:05 pgsql: Change get_variable_numdistinct's API to flag default estimates