pgsql: Fix missing #include in commands/matview.h.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missing #include in commands/matview.h.
Date: 2013-03-06 23:21:20
Message-ID: E1UDNeC-00020b-GI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing #include in commands/matview.h.

It needs parsenodes.h to be compilable regardless of previous headers.

Branch
------
master

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

Modified Files
--------------
src/include/commands/matview.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-03-07 01:26:40 pgsql: Adjust nls.mk for split out of wait_error.c
Previous Message Kevin Grittner 2013-03-06 23:16:48 pgsql: WAL-log the extension of a new empty MV heap which is being popu