my patch for geo_opc.c (close_ps routine.)

Поиск
Список
Период
Сортировка
От Gautam H Thaker
Тема my patch for geo_opc.c (close_ps routine.)
Дата
Msg-id 354A1A82.F2645FC0@atl.lmco.com
обсуждение исходный текст
Список pgsql-hackers
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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] CVSup
Следующее
От: "Park, Chul-Su"
Дата:
Сообщение: [Q] exit(0) in C examples