Opened 5 weeks ago

Closed 5 weeks ago

Last modified 5 weeks ago

#5855 closed defect (fixed)

ST_DFullyWithin Index

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

Description

The GeometryStrategy applied in the index support function for ST_DFullyWithin does not match the order of operands and the index expansion applied by the support function. Instead of RTContainsStrategyNumber it should be RTContainedByStrategyNumber

Change History (2)

comment:1 by Paul Ramsey <pramsey@…>, 5 weeks ago

Resolution: fixed
Status: newclosed

In 2627af7/git:

Fix index binding for ST_DFullyWithin, closes #5855

comment:2 by Paul Ramsey <pramsey@…>, 5 weeks ago

In ae7be62/git:

Fix index binding for ST_DFullyWithin, closes #5855

Note: See TracTickets for help on using tickets.