]> granicus.if.org Git - postgresql/commitdiff
revert last change - broke non-AIX platforms.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 27 Jul 2006 19:58:39 +0000 (19:58 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 27 Jul 2006 19:58:39 +0000 (19:58 +0000)
contrib/cube/expected/cube_1.out

index 01287417f52f7384be553a47fc6e70725182d1c2..e935fd281b7003d129911a05214615d4e977be9d 100644 (file)
@@ -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)