* 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
#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,