[postgis-tickets] [PostGIS] #4177: Building against PostgreSQL HEAD fails on Linux
PostGIS
trac at osgeo.org
Thu Sep 13 12:29:04 PDT 2018
#4177: Building against PostgreSQL HEAD fails on Linux
---------------------------+---------------------------
Reporter: Laurenz Albe | Owner: pramsey
Type: patch | Status: closed
Priority: medium | Milestone: PostGIS 2.4.6
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
---------------------------+---------------------------
Comment (by pramsey):
Confirmed crasher on OSX as well:
{{{
DROP TABLE IF EXISTS bug_table;
CREATE TABLE bug_table (
geom geometry NOT NULL DEFAULT NULL
);
INSERT INTO bug_table (geom)
VALUES ('GEOMETRYCOLLECTION(POINT(-3.385894e+38 0 0),POINT(0 0 0))');
ANALYZE bug_table;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4177#comment:7>
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