Opened 8 months ago

Closed 8 months ago

#5492 closed defect (fixed)

Presence of deprecated functions is not reported by `postgis` script

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.4.1
Component: postgis Version: 3.4.x
Keywords: Cc:

Description

The postgis status command does not report that deprecated functions are in use. Deprecated functions are those who are left behind due to views or other objects depending on functions whose signatures have been deprecated by a PostGIS upgrade. Such state is reported by postgis_full_version() like this:

POSTGIS="3.4.0 0874ea3" [EXTENSION] PGSQL="120" GEOS="3.10.1-CAPI-1.16.0" SFCGAL="1.3.7" PROJ="8.2.0 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" GDAL="GDAL 3.4.3, released 2022/04/22" LIBXML="2.9.10" LIBJSON="0.13.1" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY RASTER (deprecated functions exist, upgrade is not complete)

Change History (3)

comment:1 by strk, 8 months ago

Owner: changed from pramsey to strk

comment:2 by Sandro Santilli <strk@…>, 8 months ago

In 57c5dad/git:

Have postgis script report presence of deprecated functions

References #5492 in master branch (3.5.0dev)

comment:3 by Sandro Santilli <strk@…>, 8 months ago

Resolution: fixed
Status: newclosed

In 7482288/git:

Have postgis script report presence of deprecated functions

Closes #5492 in 3.4 branch (3.4.1dev)

Note: See TracTickets for help on using tickets.