Skip to content

Commit f4c751a

Browse files
author
hackorum
committed
Apply cube_backpatch_fix.patch
1 parent 4069df2 commit f4c751a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

contrib/cube/cube.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,11 +1699,6 @@ cube_coord_llur(PG_FUNCTION_ARGS)
16991699
*/
17001700
result = 0.0;
17011701
}
1702-
1703-
/* Inverse value if needed */
1704-
if (inverse)
1705-
result = -result;
1706-
17071702
PG_RETURN_FLOAT8(result);
17081703
}
17091704

0 commit comments

Comments
 (0)