| From: | Tom Lane <tgl> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/include/utils (geo_decls.h) |
| Date: | 2000-07-30 20:43:53 |
| Message-ID: | 200007302043.e6UKhr871242@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Sunday, July 30, 2000 @ 16:43:52
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/utils
from hub.org:/home/projects/pgsql/tmp/cvs-serv71174/include/utils
Modified Files:
geo_decls.h
----------------------------- Log Message -----------------------------
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().
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-07-30 20:43:58 | pgsql/src/test/regress (regress.c) |
| Previous Message | Tom Lane | 2000-07-30 20:43:48 | pgsql/src/include/catalog (pg_proc.h) |