Opened 7 weeks ago

Closed 7 weeks ago

#5791 closed defect (fixed)

checkauthtrigger and gettransactionid functions not marked as legacy in postgis_legacy,c causing pg_upgrade failure

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.5.1
Component: upgrade Version: 3.4.x
Keywords: Cc:

Description

Looks like when we removed the long transaction support, we neglected to add stubs of these to postgis_legacy.

This means pg_upgrade is broken for anyone going from PostGIS < 3.5 to PostGIS 3.5

as noted in - https://lists.osgeo.org/pipermail/postgis-users/2024-October/046543.html

Change History (2)

comment:1 by Regina Obe <lr@…>, 7 weeks ago

In 77eddb11/git:

Add legacy stubs for
check_authorization and getTransactionID
backend functions, to allow pg_upgrade to work
otherwise can't find these functions and fails on 3.4 and lower
upgrade to 3.5

References #5791 for PostGIS 3.5.1

comment:2 by Regina Obe <lr@…>, 7 weeks ago

Resolution: fixed
Status: assignedclosed

In b0f0182/git:

Closes #5791 for PostGIS 3.6.0

Note: See TracTickets for help on using tickets.