[postgis-tickets] [PostGIS] #3238: SFCGAL tests failing
PostGIS
trac at osgeo.org
Sun Aug 16 06:25:55 PDT 2015
#3238: SFCGAL tests failing
----------------------+---------------------------
Reporter: strk | Owner: colivier
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: sfcgal | Version: trunk
Resolution: | Keywords: testsing
----------------------+---------------------------
Comment (by pramsey):
No, I don't run SFCGAL. I wonder how it is that the library is getting
double-loaded... the regress framework doesn't hold connections long
enough for that to happen, ISTM. Each SQL call runs in a new psql. And
those GUCs really don't exist until the extension gets exercised, try
this:
{{{
psql postgis
SET postgis.backend = 'foobar';
SHOW postgis.backend;
SELECT postgis_full_version();
SHOW postgis.backend;
SET postgis.backend = 'foobar';
}}}
The library has to be there for the GUC set to have any effect. So how is
_PG_init() getting called twice? What's going on?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3238#comment:2>
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