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

Fix test, now that gp_persistent_relation_node table is no more.

上级 fe12fd8c
......@@ -274,5 +274,3 @@ insert into ao_t1 select i, i from generate_series(1, 10000) i;
update ao_t1 set b = b + 1;
vacuum full ao_t1;
drop table ao_t1;
vacuum full gp_persistent_relation_node;
WARNING: skipping "gp_persistent_relation_node" --- cannot vacuum indexes, views, external tables, or special system tables
......@@ -178,5 +178,3 @@ insert into ao_t1 select i, i from generate_series(1, 10000) i;
update ao_t1 set b = b + 1;
vacuum full ao_t1;
drop table ao_t1;
vacuum full gp_persistent_relation_node;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册