PostGIS 2.5.7
The PostGIS Team is pleased to release PostGIS 2.5.7!
This release is a bug fix release, addressing issues found in the previous 2.5 releases.
- #5151, ST_SetPoint with empty geometries (Regina Obe)
- #5152, Fix infinite loop with ST_Split (Sandro Santilli)
- #5150, Change signature of AddToSearchPath (Regina Obe)
- #5155, More schema qual fixes (Regina Obe)
After installing the binaries or after running pg_upgrade:
do:
ALTER EXTENSION postgis UPDATE;
SELECT postgis_extensions_upgrade();
If you come across any issues, feel free to report via our ticket tracker or mailing list with details
View all tickets for 2.5.7 milestone.