merge code for global temporary table(GTT)

This commit is contained in:
wangzhijun
2020-07-29 18:23:11 +08:00
parent 53626285eb
commit 797043b60a
90 changed files with 4479 additions and 295 deletions

View File

@ -3508,6 +3508,7 @@ List* transformAlterTableStmt(Oid relid, AlterTableStmt* stmt, const char* query
cxt.stmtType = ALTER_TABLE;
}
cxt.relation = stmt->relation;
cxt.relation->relpersistence = RelationGetRelPersistence(rel);
cxt.rel = rel;
cxt.inhRelations = NIL;
cxt.isalter = true;