mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix incorrect function return code in cube_cmp and cube_dim;
update regression expected files to what I think is correct.
This commit is contained in:
@ -1054,10 +1054,10 @@ 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)
|
||||
(1444, 403),(1346, 344)
|
||||
(759, 187),(662, 163)
|
||||
(1444, 403),(1346, 344)
|
||||
(1594, 1043),(1517, 971)
|
||||
(2424, 160),(2424, 81)
|
||||
(5 rows)
|
||||
|
||||
@ -1065,10 +1065,10 @@ SELECT * FROM test_cube WHERE c && '(3000,1000),(0,0)' ORDER BY c;
|
||||
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)
|
||||
(1444, 403),(1346, 344)
|
||||
(759, 187),(662, 163)
|
||||
(1444, 403),(1346, 344)
|
||||
(1594, 1043),(1517, 971)
|
||||
(2424, 160),(2424, 81)
|
||||
(5 rows)
|
||||
|
||||
|
Reference in New Issue
Block a user