aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/view.h')
-rw-r--r--src/include/commands/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index 77d8271aec9..13a58017ba1 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -20,7 +20,7 @@
extern void validateWithCheckOption(const char *value);
extern ObjectAddress DefineView(ViewStmt *stmt, const char *queryString,
- int stmt_location, int stmt_len);
+ int stmt_location, int stmt_len);
extern void StoreViewQuery(Oid viewOid, Query *viewParse, bool replace);