提交 ae48ae8f 编写于 作者: H Heikki Linnakangas

Fix schema_topology test.

In commit ceea7d76, I remove some redundant tests, but fumbled on changing
the expected output, and left a stray "start_ignore" marker in place. That
made the test to fail.
上级 42f83874
......@@ -2717,7 +2717,6 @@ insert into CO_table_bitmap_index values ('0_zero', 0, '0_zero', 0, 0, 0, '{0}',
insert into CO_table_bitmap_index values ('1_zero', 1, '1_zero', 1, 1, 1, '{1}', 1, 1, 1, '2005-10-19 10:23:54', '2005-10-19 10:23:54+02', '1-1-2001');
insert into CO_table_bitmap_index values ('2_zero', 2, '2_zero', 2, 2, 2, '{2}', 2, 2, 2, '2006-10-19 10:23:54', '2006-10-19 10:23:54+02', '1-1-2002');
insert into CO_table_bitmap_index select i||'_'||repeat('text',100),i,i||'_'||repeat('text',3),i,i,i,'{3}',i,i,i,'2006-10-19 10:23:54', '2006-10-19 10:23:54+02', '1-1-2002' from generate_series(3,100)i;
\echo -- start_ignore
-- Create schema and set to it
Create Schema oagg;
SET search_path to oagg;
......
......@@ -2715,7 +2715,6 @@ insert into CO_table_bitmap_index values ('0_zero', 0, '0_zero', 0, 0, 0, '{0}',
insert into CO_table_bitmap_index values ('1_zero', 1, '1_zero', 1, 1, 1, '{1}', 1, 1, 1, '2005-10-19 10:23:54', '2005-10-19 10:23:54+02', '1-1-2001');
insert into CO_table_bitmap_index values ('2_zero', 2, '2_zero', 2, 2, 2, '{2}', 2, 2, 2, '2006-10-19 10:23:54', '2006-10-19 10:23:54+02', '1-1-2002');
insert into CO_table_bitmap_index select i||'_'||repeat('text',100),i,i||'_'||repeat('text',3),i,i,i,'{3}',i,i,i,'2006-10-19 10:23:54', '2006-10-19 10:23:54+02', '1-1-2002' from generate_series(3,100)i;
\echo -- start_ignore
-- Create schema and set to it
Create Schema oagg;
SET search_path to oagg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册