mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Fix missing #include in commands/matview.h.
It needs parsenodes.h to be compilable regardless of previous headers.
This commit is contained in:
parent
c5bf7a2052
commit
e11cb8ba2c
@ -4,7 +4,7 @@
|
||||
* prototypes for matview.c.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/commands/matview.h
|
||||
@ -15,9 +15,11 @@
|
||||
#define MATVIEW_H
|
||||
|
||||
#include "nodes/params.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "tcop/dest.h"
|
||||
#include "utils/relcache.h"
|
||||
|
||||
|
||||
extern void SetRelationIsScannable(Relation relation);
|
||||
|
||||
extern void ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString,
|
||||
|
Loading…
x
Reference in New Issue
Block a user