Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 988dbc5

Browse files
committed
Update regression for ALL missing from CLUSTER.
1 parent af26857 commit 988dbc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/cluster.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ INSERT INTO clstr_3 VALUES (1);
333333
-- this user can only cluster clstr_1 and clstr_3, but the latter
334334
-- has not been clustered
335335
SET SESSION AUTHORIZATION clstr_user;
336-
CLUSTER ALL;
336+
CLUSTER;
337337
SELECT * FROM clstr_1 UNION ALL
338338
SELECT * FROM clstr_2 UNION ALL
339339
SELECT * FROM clstr_3;

src/test/regress/sql/cluster.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ INSERT INTO clstr_3 VALUES (1);
125125
-- this user can only cluster clstr_1 and clstr_3, but the latter
126126
-- has not been clustered
127127
SET SESSION AUTHORIZATION clstr_user;
128-
CLUSTER ALL;
128+
CLUSTER;
129129
SELECT * FROM clstr_1 UNION ALL
130130
SELECT * FROM clstr_2 UNION ALL
131131
SELECT * FROM clstr_3;

0 commit comments

Comments
 (0)