From 8e8ba38054ea57be23c0ebde75ff6a8d039e567f Mon Sep 17 00:00:00 2001 From: Alexandra Wang Date: Thu, 14 Feb 2019 18:08:28 -0800 Subject: [PATCH] fixup! Make alter database set tablespace MPP ready --- src/backend/commands/dbcommands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index c9cca60d90..420e51e8c2 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -1392,7 +1392,7 @@ movedb(const char *dbname, const char *tblspcname) /* * GPDB: GPDB uses two phase commit and pending deletes, hence cannot locally * commit here. The rest of the logic related to the non-catalog changes from - * this function is extracted into DropDatabseDirectory() which is executed at + * this function is extracted into DropDatabaseDirectory() which is executed at * commit time. */ #if 0 -- GitLab