Convert all remaining geometric operators to new fmgr style. This

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3a9a74a09dc28268635e0a4c81411ab274d7adac
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-30T20:44:02Z
Releases: 7.1.1
Convert all remaining geometric operators to new fmgr style.  This
allows fixing problems with operators that expected to be able to
return a NULL, such as the '#' line-segment-intersection operator
that tried to return NULL when the two segments don't intersect.
(See, eg, bug report from 1-Nov-99 on pghackers.)  Fix some other
bugs in passing, such as backwards comparison in path_distance().

Files