[postgis-users] collect(geom) in rc3?

Mark Cave-Ayland m.cave-ayland at webbased.co.uk
Fri Mar 4 01:13:44 PST 2005


> -----Original Message-----
> From: strk at refractions.net [mailto:strk at refractions.net] 
> Sent: 04 March 2005 09:02
> To: PostGIS Users Discussion
> Cc: Mark Cave-Ayland
> Subject: Re: [postgis-users] collect(geom) in rc3?
> 
> 
> 
> Mike, I confirm accum() works for me on linux:
> 
> strk=# select accum(the_geom) from twopoints;
>                                                   accum
> --------------------------------------------------------------
> -------------------------------------------
>  
> {01010000206B7F0000C17B60EB0BCD2D412F0A8C13E7FE5441:0101000020
> 6B7F000064193B2FBDD72D413A1E14BB32FD5441}
> (1 row)
> 
> strk=# select astext(collect(the_geom)) from twopoints;
>                                      astext
> --------------------------------------------------------------
> -------------------
>  MULTIPOINT(976517.959720485 
> 5503900.30542235,977886.592247766 5502154.92310291) (1 row)
> 
> I don't have (and don't wont to have ;) any access to win32. 
> Mark, can you reproduce the bug ?
> 
> --strk;


Hi strk,

Yes, I can reproduce the crash by doing a simple 'select collect(the_geom)
from geom_table' under Win32 while the same query works fine under Linux
with RC3. Will try and get a backtrace from gdb....


Kind regards,

Mark.

------------------------
WebBased Ltd
South West Technology Centre
Tamar Science Park
Plymouth
PL6 8BT 

T: +44 (0)1752 791021
F: +44 (0)1752 791023
W: http://www.webbased.co.uk





More information about the postgis-users mailing list