summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2006-07-27 19:58:39 +0000
committerAndrew Dunstan2006-07-27 19:58:39 +0000
commite65ac80556230dd32e4f7f192c293642a70c4209 (patch)
treee994d488372fcf7e74aabed310aa22eeda410073
parentda8b04b7ae6f2bf541ffc054136aa35e7adbfc97 (diff)
revert last change - broke non-AIX platforms.
-rw-r--r--contrib/cube/expected/cube_1.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/cube/expected/cube_1.out b/contrib/cube/expected/cube_1.out
index 01287417f5..e935fd281b 100644
--- a/contrib/cube/expected/cube_1.out
+++ b/contrib/cube/expected/cube_1.out
@@ -1054,21 +1054,21 @@ CREATE INDEX test_cube_ix ON test_cube USING gist (c);
SELECT * FROM test_cube WHERE c && '(3000,1000),(0,0)' ORDER BY c;
c
--------------------------
- (337, 455),(240, 359)
(1594, 1043),(1517, 971)
+ (337, 455),(240, 359)
(1444, 403),(1346, 344)
- (2424, 160),(2424, 81)
(759, 187),(662, 163)
+ (2424, 160),(2424, 81)
(5 rows)
-- Test sorting
SELECT * FROM test_cube WHERE c && '(3000,1000),(0,0)' GROUP BY c ORDER BY c;
c
--------------------------
- (337, 455),(240, 359)
(1594, 1043),(1517, 971)
+ (337, 455),(240, 359)
(1444, 403),(1346, 344)
- (2424, 160),(2424, 81)
(759, 187),(662, 163)
+ (2424, 160),(2424, 81)
(5 rows)