]> granicus.if.org Git - postgresql/commit
Remove #ifdef'd support for old i/o styles.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 29 Jul 1997 16:08:18 +0000 (16:08 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 29 Jul 1997 16:08:18 +0000 (16:08 +0000)
commit215bc83d75ad383719501159a2253dc9a726de3c
tree767361dfbc85d8cfe4daaabcb22ed9f6fa83619e
parent1ba73ed3a03f964c94e48db2c44bf74bc578df8f
Remove #ifdef'd support for old i/o styles.
Change box terminology from "length" to "width".
 Use length terminology in common with other geometric types (usually perimeter).
Fix bugs in line arithmetic which resulted in bad intersection calculations.
Deprecate temporary unstored slope fields.
Check explicitly for intersections at endpoints to avoid rounding ugliness.
Add center() routines for lseg, path, polygon.
Add distance() routines for circle-polygon, polygon-polygon.
Check explicitly for points and polygons contained within polygons
 using an axis-crossing algorithm. (Old code just checked bounding boxes).
Add routine to convert circle-box.
*whew*
src/backend/utils/adt/geo_ops.c