my patch for geo_opc.c (close_ps routine.)
my patch for geo_opc.c (close_ps routine.)
От:
Gautam H Thaker <gthaker@atl.lmco.com>
Дата:
Attached is my patch that fixes the routine close_ps(). I can try to fix other as I run into them, esp. for line when line can be input. I tested my fix with: -- try vertical lseg. select '(1,1)'::point ## '((0,0),(0,2))'::lseg; ?column? -------- (0,1) (1 row) -- try horizontal lseg. select '(1,1)'::point ## '((0,2),(2,2))'::lseg; ?column? -------- (1,2) (1 row) (both of above were returning wrong answers before.) -- Gautam H. Thaker Distributed Processing Lab; Lockheed Martin Adv. Tech. Labs A&E 3W; 1 Federal Street; Camden, NJ 08102 609-338-3907, fax 609-338-4144 email: gthaker@atl.lmco.com