Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit988dbc5

Browse files
committed
Update regression for ALL missing from CLUSTER.
1 parentaf26857 commit988dbc5

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_1UNION ALL
130130
SELECT*FROM clstr_2UNION ALL
131131
SELECT*FROM clstr_3;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp