pgsql: Fix missing #include in commands/matview.h. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix missing #include in commands/matview.h.
Date
Msg-id E1UDNeC-00020b-GI@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: WAL-log the extension of a new empty MV heap which is being popu
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Adjust nls.mk for split out of wait_error.c