Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#5380 closed defect (fixed)

Upgrades from 2.5 fails in presence of views using st_distance(geography,geography)

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.1.9
Component: build Version: 3.1.x
Keywords: Cc:

Description

Change History (6)

comment:1 by strk, 12 months ago

The commit deprecating the st_distance(geography,geography) function was [ce70e49067/git]

I'm not sure why that same commit also drops st_distance(geography,geography,float8,boolean) as I don't see PostGIS-2.5 having that function (while it did have a version taking geography,geography,boolean)

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

In faa957c/git:

Fix 2.5 upgrades with views using geography based ST_Distance

Include tests
References #5380 in 3.3 branch (3.3.3dev)

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

In 08ede3e/git:

Fix 2.5 upgrades with views using geography based ST_Distance

Include tests
References #5380 in master branch

comment:4 by Sandro Santilli <strk@…>, 12 months ago

In 1e33d3f/git:

Fix 2.5 upgrades with views using geography based ST_Distance

Include tests
References #5380 in 3.2 branch (3.2.5dev)

comment:5 by Sandro Santilli <strk@…>, 12 months ago

Resolution: fixed
Status: newclosed

In 61d961d/git:

Fix 2.5 upgrades with views using geography based ST_Distance

Include tests
Closes #5380 in 3.1 branch (3.1.9dev)

comment:6 by strk, 12 months ago

Milestone: PostGIS 3.3.3PostGIS 3.1.9
Version: 3.3.x3.1.x
Note: See TracTickets for help on using tickets.