forked from huawei/openGauss-server
Fix regression
This commit is contained in:
parent
ec1478121c
commit
19e683e297
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue