summaryrefslogtreecommitdiff
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/createas.h b/src/include/commands/createas.h
index 7743851a380..5615b5ecac5 100644
--- a/src/include/commands/createas.h
+++ b/src/include/commands/createas.h
@@ -22,7 +22,8 @@
extern ObjectAddress ExecCreateTableAs(ParseState *pstate, CreateTableAsStmt *stmt,
- ParamListInfo params, QueryEnvironment *queryEnv, char *completionTag);
+ ParamListInfo params, QueryEnvironment *queryEnv,
+ QueryCompletion *qc);
extern int GetIntoRelEFlags(IntoClause *intoClause);