[postgis-tickets] [PostGIS] #2185: Geometry output functions crash server with invalid WKT
PostGIS
trac at osgeo.org
Mon May 20 18:37:57 PDT 2013
#2185: Geometry output functions crash server with invalid WKT
----------------------+-----------------------------------------------------
Reporter: mwtoews | Owner: pramsey
Type: defect | Status: closed
Priority: blocker | Milestone: PostGIS 2.0.4
Component: postgis | Version: 2.0.x
Resolution: fixed | Keywords: windows 64
----------------------+-----------------------------------------------------
Comment(by robe):
speaking of which -- what does this little snippet mean:
http://doxygen.postgresql.org/elog_8h_source.html#l00043 (note that EDB
Windows 32 doesn't have these kind of problems just the 64-bit)
{{{
43 /* Save ERROR value in PGERROR so it can be restored when Win32
includes
44 * modify it. We have to use a constant rather than ERROR because
macros
45 * are expanded only when referenced outside macros.
46 */
47 #ifdef WIN32
48 #define PGERROR 20
49 #endif
50 #define FATAL 21 /* fatal error - abort process */
51 #define PANIC 22 /* take down the other backends with me */
52
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2185#comment:43>
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