- #2607, Cannot open more than 1024 out-db files in one process
- #2615, EstimatedExtent (and hence, underlying stats) gathering wrong bbox
- #2556, geography ST_Intersects results depending on insert order
+ - #2634, regression in sphere distance code
* Code refactoring *
}
e1.start = e1.end;
}
- /* On sphere, return answer */
- if ( use_sphere )
- return distance;
- /* On spheroid, calculate final answer based on closest approach */
- else
- return spheroid_distance(&g1, &nearest2, s);
+
+ return spheroid_distance(&g1, &nearest2, s);
}
/* Initialize start of line 1 */