aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/cluster.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/sql/cluster.sql')
-rw-r--r--src/test/regress/sql/cluster.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/sql/cluster.sql b/src/test/regress/sql/cluster.sql
index dc05f9f3635..57b80ba98bc 100644
--- a/src/test/regress/sql/cluster.sql
+++ b/src/test/regress/sql/cluster.sql
@@ -125,7 +125,7 @@ INSERT INTO clstr_3 VALUES (1);
-- this user can only cluster clstr_1 and clstr_3, but the latter
-- has not been clustered
SET SESSION AUTHORIZATION clstr_user;
-CLUSTER ALL;
+CLUSTER;
SELECT * FROM clstr_1 UNION ALL
SELECT * FROM clstr_2 UNION ALL
SELECT * FROM clstr_3;