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

Commit c2d1138

Browse files
committed
another try at keeping AIX/ppc happy on cube test.
1 parent 596b858 commit c2d1138

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_cube WHERE c && '(3000,1000),(0,0)' ORDER BY c;
10551055
c
10561056
--------------------------
1057-
(1594, 1043),(1517, 971)
10581057
(337, 455),(240, 359)
1058+
(1594, 1043),(1517, 971)
10591059
(1444, 403),(1346, 344)
1060-
(759, 187),(662, 163)
10611060
(2424, 160),(2424, 81)
1061+
(759, 187),(662, 163)
10621062
(5 rows)
10631063

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

0 commit comments

Comments
 (0)