[postgis-tickets] [PostGIS] #4111: debbie failing on PostgreSQL 10 run on topology
PostGIS
trac at osgeo.org
Tue Jun 26 13:25:58 PDT 2018
#4111: debbie failing on PostgreSQL 10 run on topology
------------------------+--------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS PostgreSQL
Component: buildbots | Version: trunk
Resolution: | Keywords:
------------------------+--------------------------------
Changes (by robe):
* milestone: PostGIS 2.5.0 => PostGIS PostgreSQL
Comment:
Seems to have started failing after this commit:
{{{
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
(details)
Commit 3566873f21909397561418fab22c98332fa8b72a by tmunro
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=3566873f21909397561418fab22c98332fa8b72a
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
On Windows, it is sometimes important for corresponding malloc() and
free() calls to be made from the same DLL, since some build options can
result in multiple allocators being active at the same time. For that
reason we already provided PQfreemem(). This commit adds a similar
function for freeing string results allocated by the pgtypes library.
Author: Takayuki Tsunakawa Reviewed-by: Kyotaro Horiguchi Discussion:
https://postgr.es/m/0A3221C70F24FB45833433255569204D1F8AD5D6%40G01JPEXMBYT05
The file was modified src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc
The file was modified src/interfaces/ecpg/test/expected/pgtypeslib-
dt_test.c
The file was modified src/interfaces/ecpg/test/expected/pgtypeslib-
num_test2.c
The file was modified src/interfaces/ecpg/pgtypeslib/common.c
The file was modified src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc
The file was modified doc/src/sgml/ecpg.sgml
The file was modified src/interfaces/ecpg/test/sql/sqlda.pgc
The file was modified src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc
The file was modified src/interfaces/ecpg/include/pgtypes_interval.h
The file was modified src/interfaces/ecpg/test/expected/pgtypeslib-
num_test.c
The file was modified src/interfaces/ecpg/include/pgtypes_timestamp.h
The file was modified src/interfaces/ecpg/include/pgtypes_numeric.h
The file was modified src/interfaces/ecpg/test/expected/preproc-
outofscope.c
The file was modified src/interfaces/ecpg/include/Makefile
The file was modified src/interfaces/ecpg/include/pgtypes_date.h
The file was modified src/interfaces/ecpg/pgtypeslib/exports.txt
The file was added src/interfaces/ecpg/include/pgtypes.h
The file was modified src/interfaces/ecpg/test/expected/pgtypeslib-
dt_test2.c
The file was modified src/interfaces/ecpg/test/pgtypeslib/num_test.pgc
The file was modified src/interfaces/ecpg/test/expected/sql-sqlda.c
}}}
I'll report upstream
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4111#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