[postgis-tickets] [PostGIS] #4304: Add seed parameter to ST_GeneratePoints
PostGIS
trac at osgeo.org
Thu Feb 14 04:55:30 PST 2019
#4304: Add seed parameter to ST_GeneratePoints
-------------------------+---------------------------
Reporter: Mike Taves | Owner: komzpa
Type: patch | Status: new
Priority: blocker | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
-------------------------+---------------------------
Comment (by komzpa):
Drone is okay on 9.6 but says out of memory on 10 build. Is it a thing to
be fixed on the drone's machine itself?
{{{
cat postgis_drop_before.sql postgis_upgrade_for_extension.sql.in
postgis_drop_after.sql | /usr/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g'
> postgis_upgrade_for_extension.sql
echo "BEGIN;" > postgis_upgrade.sql
cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql
>> postgis_upgrade.sql
echo "COMMIT;" >> postgis_upgrade.sql
virtual memory exhausted: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
make[1]: *** [lwgeom_spheroid.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [lwgeom_functions_basic.o] Error 1
make[1]: Leaving directory `/drone/src/postgis'
make: *** [all] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4304#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list