[postgis-tickets] [PostGIS] #3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
PostGIS
trac at osgeo.org
Fri Feb 26 00:18:53 PST 2016
#3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
------------------------------------+---------------------------
Reporter: strk | Owner: dustymugs
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.2
Component: build/upgrade/install | Version: 2.2.x
Resolution: | Keywords:
------------------------------------+---------------------------
Changes (by strk):
* owner: strk => dustymugs
Comment:
As a proof of analisys validity, I tried renaming rt_init_allocators to
rt_init_allocators23 and I confirm it does fix the issue.
But I'd rather do this right rather than hack a workaround.
Doing it right would mean NOT relying on the exposure of client of an
"rt_init_allocators" function, but rather take a function pointer from a
function. It could be a pointer to an "init_allocators" function for
simplificy or even better a proper context context initialization, which
would also help playing some with the upcoming multi-threaded PostgreSQL.
I'm reassigning this to Bborie as the raster subsystem maintainer (feel
free to unassign).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3429#comment:28>
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