Fix regression

This commit is contained in:
hemny
2020-08-04 15:32:35 +08:00
committed by Gitee
parent ec1478121c
commit 19e683e297

View File

@ -46,8 +46,6 @@ select * from gtt6;
-- SUCCESS
create index CONCURRENTLY idx_gtt1 on gtt1 (b);
ERROR: PGXC does not support concurrent INDEX yet
DETAIL: The feature is not currently supported
-- ERROR
cluster gtt1 using gtt1_pkey;
-- ERROR