提交 d171843c 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

In SET TABLESPACE on a bitmap index, also move the index on the LOV heap.

上级 9c65acc7
......@@ -10348,6 +10348,8 @@ ATExecSetTableSpace(Oid tableOid, Oid newTableSpace)
Assert(!relaosegrelid);
ATExecSetTableSpace(relbmrelid, newTableSpace);
}
if (OidIsValid(relbmidxid))
ATExecSetTableSpace(relbmidxid, newTableSpace);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册