[postgis-tickets] [PostGIS] #3979: [Re]introduce postgis_geos_noop() and postgis_sfcgal_noop()
PostGIS
trac at osgeo.org
Wed Jan 10 22:04:20 PST 2018
#3979: [Re]introduce postgis_geos_noop() and postgis_sfcgal_noop()
-------------------------+-------------------------------------------------
Reporter: lucasvr | Owner: pramsey
Type: patch | Status: new
Priority: medium | Milestone: PostGIS 2.4.3
Component: postgis | Version: 2.4.x
Resolution: | Keywords: serialization deserialization
| performance
-------------------------+-------------------------------------------------
Comment (by strk):
Can you please also add tests under regress/ directory ?
What i get is:
{{{
strk=# select st_npoints(postgis_sfcgal_noop(ST_Buffer('POINT(0 0)', 5)));
ERROR: Unknown geometry type: 8208 - Invalid type
}}}
Other function (geos) is fine.
For tests I see also postgis_noop testing is missing, you could add that
one in regress/regress.sql togheter with the postgis_geos_noop, and the
geos_sfcgal_noop would go in regress_sfcgal.sql
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3979#comment:1>
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