diff options
author | Andrew Dunstan | 2006-07-27 18:38:54 +0000 |
---|---|---|
committer | Andrew Dunstan | 2006-07-27 18:38:54 +0000 |
commit | 72cc563fe022925906d408be563d1cd97f30f65c (patch) | |
tree | 1c3b57d08850bc996a549ab91bb33aea78dff0a0 | |
parent | e1f7b7777ad91e82db727c83b0b3a63cab3956a7 (diff) |
another try at keeping AIX/ppc happy on cube test.
-rw-r--r-- | contrib/cube/expected/cube_1.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/cube/expected/cube_1.out b/contrib/cube/expected/cube_1.out index e935fd281b..01287417f5 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 -------------------------- - (1594, 1043),(1517, 971) (337, 455),(240, 359) + (1594, 1043),(1517, 971) (1444, 403),(1346, 344) - (759, 187),(662, 163) (2424, 160),(2424, 81) + (759, 187),(662, 163) (5 rows) -- Test sorting SELECT * FROM test_cube WHERE c && '(3000,1000),(0,0)' GROUP BY c ORDER BY c; c -------------------------- - (1594, 1043),(1517, 971) (337, 455),(240, 359) + (1594, 1043),(1517, 971) (1444, 403),(1346, 344) - (759, 187),(662, 163) (2424, 160),(2424, 81) + (759, 187),(662, 163) (5 rows) |