artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Category";"Group";"Resolution";"Category";"Group";"Resolution"
1010447;1;"Open";2;3483;"Janko Richter";3483;"Janko Richter";"2008-08-02 19:04";"";"2012-09-24 02:14";"Creating a polygon with many points is slow";"Because of constraint checks, creating of a polygon becomes slow with many points. This check is necessary but should be improved for performance.";"None";"None";"None";"None";"None";"None"
1010984;1;"Open";3;222774;"Tim Axelrod";100;"Nobody";"2011-02-01 16:37";"";"2012-09-24 02:14";"sbox bug in pgsphere-1.1.1";"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.";"None";"None";"None";"None";"None";"None"
1010985;1;"Open";3;4441;"Robert ";100;"Nobody";"2011-02-01 20:36";"";"2012-09-24 02:14";"crushtest regression diffs on 9.0.2";"*** /usr/local/src/pgsphere-1.1.1/expected/circle_extended.out  2010-01-31 13:26:50.000000000 -0700
--- /usr/local/src/pgsphere-1.1.1/results/circle_extended.out   2011-02-01 13:11:29.847776116 -0700
***************
*** 305,310 ****
  select count(spoint_data.sp) from spoint_data,scircle_data where spoint_data.sp @ scircle_data.sc;
   count 
  -------
!  76682
  (1 row)
  
--- 305,310 ----
  select count(spoint_data.sp) from spoint_data,scircle_data where spoint_data.sp @ scircle_data.sc;
   count 
  -------
!  78842
  (1 row)
";"None";"None";"None";"None";"None";"None"