aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/createas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/createas.h')
-rw-r--r--src/include/commands/createas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/createas.h b/src/include/commands/createas.h
index 72c97702e40..7743851a380 100644
--- a/src/include/commands/createas.h
+++ b/src/include/commands/createas.h
@@ -21,7 +21,7 @@
#include "utils/queryenvironment.h"
-extern ObjectAddress ExecCreateTableAs(CreateTableAsStmt *stmt, const char *queryString,
+extern ObjectAddress ExecCreateTableAs(ParseState *pstate, CreateTableAsStmt *stmt,
ParamListInfo params, QueryEnvironment *queryEnv, char *completionTag);
extern int GetIntoRelEFlags(IntoClause *intoClause);