#5501 closed defect (invalid)

ERROR: cannot drop function st_clusterkmeans_deprecated_by_postgis_302(geometry,integer) because other objects depend on it

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

Description

FAIL: postgis extension upgrade 3.1.9dev—3.5.0dev

Found with: MAKE_ARGS=TESTS=$PWD/regress/core/regress.sql RUNTESTFLAGS="-v —before-upgrade-script $PWD/regress/hooks/use-all-functions.sql" utils/check_all_upgrades.sh 3.5.0dev

Change History (2)

comment:1 by strk, 11 months ago

An easier way to verify the bug:

make -C regress/ check-locked-upgrade RUNTESTFLAGS='—extension -v —upgrade-path 3.1.9dev—3.5.0dev'

comment:2 by strk, 11 months ago

Resolution: invalid
Status: newclosed

Sorry I now realize this is invalid, as the test is clearly missing dropping the view holding back the deprecated function

Note: See TracTickets for help on using tickets.