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 cf08ce2ac71..46d762db220 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -17,7 +17,7 @@
#include "catalog/objectaddress.h"
#include "nodes/parsenodes.h"
-extern void validateWithCheckOption(char *value);
+extern void validateWithCheckOption(const char *value);
extern ObjectAddress DefineView(ViewStmt *stmt, const char *queryString,
int stmt_location, int stmt_len);