Bugs
Search the entire project
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
pgSphere
Summary
Activity
Forums
Tracker
Lists
Tasks
Docs
News
SCM
Files
[#1010984] sbox bug in pgsphere-1.1.1
View Trackers
|
Bugs
|
Download .csv
|
Monitor
Date:
2011-02-01 16:37
Priority:
3
State:
Open
Submitted by:
Tim Axelrod (
taxelrod
)
Assigned to:
Nobody (None)
Category:
Group:
Resolution:
None
Category:
Group:
Resolution:
None
Summary:
sbox bug in pgsphere-1.1.1
Detailed description
pgsphere-1.1.1 + postgresql 8.4.5 gives the following results:
MonetPlates=# select spoint '(0, 1.31)' @ sbox '( (5.162, 1.30), (5.160, 1.32) )';
?column?
----------
t
(1 row)
MonetPlates=# select spoint '(5.161, 1.31)' @ sbox '( (5.162, 1.30), (5.160, 1.32) )';
?column?
----------
f
(1 row)
The results are clearly incorrect. This comes, I believe, from an error in the code for sbox_cont_point() in box.c, which I have corrected in the attached file. The above queries now work correctly.
Followup
Message
Date: 2011-02-01 20:38
Sender:
Robert
Do you have a diff for your change?
Attached Files:
Attachments:
box.c
Changes:
Field
Old Value
Date
By
File Added
588: box.c
2011-02-01 16:37
taxelrod