Opened 2 years ago
Closed 2 years ago
#5151 closed defect (fixed)
garden crash ST_SetPoint with empty geometries
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.7 |
Component: | postgis | Version: | 3.2.x |
Keywords: | Cc: |
Description
In light of #5145 I have revised garden test to also check individual empties.
And that made it crash on this: Below is a more minimalist query
SELECT ST_SetPoint(ST_GeomFromText('LINESTRING EMPTY',4326), 1, ST_GeomFromText('POINT(40 50)',4326)) As result;
I'm going to commit my garden test changes once I have cataloged all of these and then will expect all our ci bots doing garden tests to crash horribly.
Note:
See TracTickets
for help on using tickets.
In 6febe57/git: