[PostGIS] #5768: PostGIS_Extensions_Upgrade() with this code https://gitlab.com/larsop/postgis
PostGIS
trac at osgeo.org
Fri Aug 9 02:59:59 PDT 2024
#5768: PostGIS_Extensions_Upgrade() with this code
https://gitlab.com/larsop/postgis
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.5.0
Component: postgis | Version: 3.4.x
Resolution: invalid | Keywords:
--------------------------------+---------------------------
Changes (by Lars Aksel Opsahl):
* status: new => closed
* resolution: => invalid
Comment:
Replying to [comment:1 strk]:
> What does this return ?
> {{{
> nm `pg_config --pkglibdir`/postgis-3.so | grep Remove
> }}}
>
{{{
lop at cpu11:/pg_build_from_source/gitlab_com_larsop/postgis$ nm `pg_config
--pkglibdir`/postgis-3.so | grep Remove
00000000000329f0 T ST_RemoveRepeatedPoints
00000000000329e0 T pg_finfo_ST_RemoveRepeatedPoints
}}}
> The signature should be in the .so file since
eeb490ce1d4a38f0f19da88aa0569692c8a31b34 -- did you re-run ./configure
after update ? Did `make check` succeed ?
Seems like I did not do that and when I did the upgrade worked ok.
{{{
postgis_extensions_upgrade
---------------------------------------------------------------------------------------
Upgrade to version 3.5.0dev completed, run SELECT postgis_full_version();
for details
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5768#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