aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/matview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/matview.h')
-rw-r--r--src/include/commands/matview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/matview.h b/src/include/commands/matview.h
index dce724469e2..29229076a3d 100644
--- a/src/include/commands/matview.h
+++ b/src/include/commands/matview.h
@@ -27,4 +27,6 @@ extern void ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString
extern DestReceiver *CreateTransientRelDestReceiver(Oid oid);
+extern bool MatViewIncrementalMaintenanceIsEnabled(void);
+
#endif /* MATVIEW_H */