diff --git a/src/test/regress/expected/gtt_function.out b/src/test/regress/expected/gtt_function.out index 6a6dfe8f7..354b600c9 100644 --- a/src/test/regress/expected/gtt_function.out +++ b/src/test/regress/expected/gtt_function.out @@ -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