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

Commit9f99edf

Browse files
committed
revert last change - broke non-AIX platforms.
1 parent108fe47 commit9f99edf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎contrib/cube/expected/cube_1.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,21 +1054,21 @@ CREATE INDEX test_cube_ix ON test_cube USING gist (c);
10541054
SELECT * FROM test_cubeWHERE c && '(3000,1000),(0,0)' ORDER BY c;
10551055
c
10561056
--------------------------
1057-
(337, 455),(240, 359)
10581057
(1594, 1043),(1517, 971)
1058+
(337, 455),(240, 359)
10591059
(1444, 403),(1346, 344)
1060-
(2424, 160),(2424, 81)
10611060
(759, 187),(662, 163)
1061+
(2424, 160),(2424, 81)
10621062
(5 rows)
10631063

10641064
-- Test sorting
10651065
SELECT * FROM test_cubeWHERE c && '(3000,1000),(0,0)' GROUP BY c ORDER BY c;
10661066
c
10671067
--------------------------
1068-
(337, 455),(240, 359)
10691068
(1594, 1043),(1517, 971)
1069+
(337, 455),(240, 359)
10701070
(1444, 403),(1346, 344)
1071-
(2424, 160),(2424, 81)
10721071
(759, 187),(662, 163)
1072+
(2424, 160),(2424, 81)
10731073
(5 rows)
10741074

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp