[postgis-tickets] [PostGIS] #2338: crash on long_xact regress in windows EDB 64-bit
PostGIS
trac at osgeo.org
Sat May 18 13:58:35 PDT 2013
#2338: crash on long_xact regress in windows EDB 64-bit
-----------------------+----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.4
Component: postgis | Version: trunk
Keywords: windows64 |
-----------------------+----------------------------------------------------
Comment(by robe):
gathering from the errors before it kicks the bucket, must be breaking in
the check_authorization trigger in postgis/long_xact.c around line 158
{{{
snprintf(errmsg, ERRMSGLEN, "%s where \"%s\" = '%s' requires
authorization '%s'",
op, colname, pk_id, lockcode);
errmsg[ERRMSGLEN-1] = '\0';
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2338#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