| From: | jwp(at)pgfoundry(dot)org (James William Pye) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | python - be: Implement point interfaces. |
| Date: | 2005-12-04 22:36:53 |
| Message-ID: | 20051204223653.AC89A1125071@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Implement point interfaces.
+ point_new (takes a pair of doubles or a string)
+ above, below, left, right, horizontal, vertical methods
+ distance, slope methods
p = point((1,2))
Modified Files:
--------------
be/include/pypg/type:
geometric.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/type/geometric.h.diff?r1=1.1&r2=1.2)
be/src:
type.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.16&r2=1.17)
be/src/type:
geometric.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/geometric.c.diff?r1=1.3&r2=1.4)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Fxjr | 2005-12-04 22:41:59 | npgsql - Npgsql: 2005-12-04 Francisco Figueiredo Jr. |
| Previous Message | James William Pye | 2005-12-04 22:29:26 | python - be: Fix CheckExacts and cast to avoid warnings. |