OSDN Git Service

From: Darren King <darrenk@insightdist.com>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 2 Mar 1998 06:12:15 +0000 (06:12 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 2 Mar 1998 06:12:15 +0000 (06:12 +0000)
commit9bc57c6665fcdb88c283f0d1ca5c035b6cbf9bbd
tree8a89cd6d16d655ac1313e2468cc15b391a0b235d
parentd45dfd0d65148f6f23c93179e52ce7a0c33d2b7c
From: Darren King <darrenk@insightdist.com>

Patch1:

Postgres thinks dist_pl (dist of a point to a line) is expecting a box (603)
for the right arg, but it really should be a line (628).

Otherwise the left & right args match those of dist_pb (dist of a point to a
box) two lines further down.

Patch2:

Anyways, these two functions take a path (602) whereas in pg_proc.h they are
listed as taking a lseg (601).
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h