aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-06-23 16:25:15 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-06-23 16:25:15 +0000
commit20b037100eba4542271cc2c5f6b5e90a8203d710 (patch)
tree273f0d29c9358e2efa861ff151caba640c0f6156 /src/backend/utils/adt/float.c
parent5f93b7c8eaa4981c0d2862fb2ab2b87ca74c2577 (diff)
downloadpostgresql-20b037100eba4542271cc2c5f6b5e90a8203d710.tar.gz
postgresql-20b037100eba4542271cc2c5f6b5e90a8203d710.zip
Fix an ancient error in dist_ps (distance from point to line segment), which
a number of other geometric operators also depend on. It miscalculated the slope of the perpendicular to the given line segment anytime that slope was other than 0, infinite, or +/-1. In some cases the error would be masked because the true closest point on the line segment was one of its endpoints rather than the intersection point, but in other cases it could give an arbitrarily bad answer. Per bug #4872 from Nick Roosevelt. Bug goes clear back to Berkeley days, so patch all supported branches. Make a couple of cosmetic adjustments while at it.
Diffstat (limited to 'src/backend/utils/adt/float.c')
0 files changed, 0 insertions, 0 deletions