id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
179,ST_MakeLine and ST_MakeLine_Garry crash server with null arrays,robe,pramsey,"SELECT ST_MakeLine_GArray(ARRAY[NULL,NULL,NULL,NULL])

server crashes.  I traced one of my clients constantly crashing server to this.  Their building process sometimes emits this which then kills the Postgres backend thus requiring manual restart of their geoserver app.

Note that the new PostGIS 1.4 equivalent

SELECT ST_MakeLine(ARRAY[NULL,NULL,NULL,NULL]) achieves the same destruction.

If we have a 1.3.7 I guess we should target for that too.

I think this is a long standing issue since I tested on 1.3.5 (and actually theya re running 1.3.5) and was able to do this.",defect,closed,medium,PostGIS 1.4.1,postgis,1.4.X,fixed,,
