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

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

From
Tom Lane
Date:
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(-)