Re: [HACKERS] Polygons passed to poly_overlap have 0 pts when

2002-05-29 Thread Kenneth Chan
doing the bounding box test and proceed to more accurate tests only if npts > 0. Ken. - Original Message - From: Tom Lane <[EMAIL PROTECTED]> Date: Tue, 28 May 2002 23:29:08 -0400 To: "Kenneth Chan" <[EMAIL PROTECTED]> Subject: Re: [HACKERS] Polygons passed t

Re: [HACKERS] Polygons passed to poly_overlap have 0 pts when

2002-05-29 Thread Kenneth Chan
pts == 0. Ken - Original Message - From: Tom Lane <[EMAIL PROTECTED]> Date: Tue, 28 May 2002 23:29:08 -0400 To: "Kenneth Chan" <[EMAIL PROTECTED]> Subject: Re: [HACKERS] Polygons passed to poly_overlap have 0 pts when column is indexed using rtree > ... Turn

Re: [HACKERS] Polygons passed to poly_overlap have 0 pts when column is indexed using rtree

2002-05-28 Thread Tom Lane
> ... Turned out that npts of the > polygon retrieved from the table is 0 (the other polygon is a constant > and its attributes are correct). I suspect the “feature” might > affect other functions that uses polygons->npts like poly_contain. > Would anyone happens to know the identity of the “offe

Re: [HACKERS] Polygons passed to poly_overlap have 0 pts when column is indexed using rtree

2002-05-28 Thread Tom Lane
"Kenneth Chan" <[EMAIL PROTECTED]> writes: > ... Turned out that npts of the > polygon retrieved from the table is 0 (the other polygon is a constant > and its attributes are correct). I suspect the “feature” might > affect other functions that uses polygons->npts like poly_contain. > Would anyon