<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Thanks Regina - nice to know it wasn't just my incompetence!.</p>
<p>Good luck tracking down the root cause.</p>
<p><br>
Rgds</p>
<p><br>
Bill<br>
</p>
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 4/12/2016 6:53 AM, Regina Obe wrote:<br>
</div>
<blockquote cite="mid:000701d24d9e$dd64fbc0$982ef340$@pcorp.us"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal" style="margin-left:.5in"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">For
reference I have ticketed this as:<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif"><a
moz-do-not-send="true"
href="https://trac.osgeo.org/postgis/ticket/3675">https://trac.osgeo.org/postgis/ticket/3675</a><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<div>
<p class="MsoNormal"
style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">----------
message ----------<br>
<br>
<br>
<br>
Bill,<br>
<br>
Never mind. Thanks to Brian Hamlin's nudging on IRC that
he sees the issue<br>
too, I was able to replicate it.<br>
<br>
<br>
I think the reason I missed it in my testing is that it
doesn't happen with<br>
the more common cases of:<br>
<br>
SELECT e.gid<br>
FROM e1 , e2<br>
WHERE ST_Intersects(e1.geom, e2.geom);<br>
<br>
Or where you use constants in ST_MakePoint like your
example<br>
<br>
<br>
But only in case where you have:<br>
<br>
SELECT e.gid<br>
FROM e1 , e2<br>
WHERE ST_Intersects(e1.geom,
ST_SetSRID(ST_MakePoint(e2.longitude,<br>
e2.latitude),4326) );<br>
<br>
<br>
So I'll go ahead and ticket it and try to track down the
root cause. I<br>
suspect it affects all our relation functions.<br>
<br>
Thanks for bringing to our attention,<br>
<br>
Regina<br>
<a moz-do-not-send="true" href="http://www.postgis.us"
target="_blank">http://www.postgis.us</a><br>
<a moz-do-not-send="true" href="http://postgis.net"
target="_blank">http://postgis.net</a><br>
<br>
<br>
<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/postgis-users">http://lists.osgeo.org/mailman/listinfo/postgis-users</a></pre>
</blockquote>
<br>
</body>
</html>