]> granicus.if.org Git - postgresql/commit
Convert all remaining geometric operators to new fmgr style. This
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jul 2000 20:44:02 +0000 (20:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jul 2000 20:44:02 +0000 (20:44 +0000)
commit3a9a74a09dc28268635e0a4c81411ab274d7adac
tree466fcff1978a23a2c0c706c57444bdc9e647d7f2
parentd70d46fd6076171d9834f11af3a5d65ccc976289
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().
src/backend/access/rtree/rtproc.c
src/backend/access/rtree/rtree.c
src/backend/utils/adt/geo_ops.c
src/include/catalog/pg_proc.h
src/include/utils/geo_decls.h
src/test/regress/input/create_function_2.source
src/test/regress/output/create_function_2.source
src/test/regress/regress.c