-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Patch PostgreSQL 15.5 PGXS `Makefile.global` when present. * Fix PostGIS test regressions from PostgreSQL 15.5. * Fix difference in image prefixes between `docker compose` and `docker-compose`. * Let's try and not resolve GDAL RPM dependencies. * Revert #178 and only remove opaque pointers option. * FML
- Loading branch information
Showing
7 changed files
with
6,823 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- ./regress/core/delaunaytriangles_expected 2023-08-16 02:06:05.000000000 +0000 | ||
+++ /tmp/pgis_reg/test_102_out 2023-11-17 19:21:19.006151522 +0000 | ||
@@ -1,9 +1,9 @@ | ||
-1|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,7 9,5 5))) | ||
-2|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,8 9,5 5)),POLYGON((5 5,8 9,7 9,5 5))) | ||
-3|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,7 9,5 5))) | ||
+1|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,6 0,7 9))) | ||
+2|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,8 9,7 9)),POLYGON((8 9,5 5,6 0,8 9))) | ||
+3|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,6 0,7 9))) | ||
4|MULTILINESTRING((5 5,7 9),(5 5,6 0),(6 0,7 9)) | ||
-5|TIN(((5 5,6 0,7 9,5 5))) | ||
-6|TIN(((5 5,6 0,8 9,5 5)),((5 5,8 9,7 9,5 5))) | ||
-7|TIN(((5 5,6 0,7 9,5 5))) | ||
-10|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 3,6 0 2,7 9 1,5 5 3))) | ||
-11|TIN Z (((5 5 1,6 0 2,7 9 3,5 5 1))) | ||
+5|TIN(((7 9,5 5,6 0,7 9))) | ||
+6|TIN(((7 9,5 5,8 9,7 9)),((8 9,5 5,6 0,8 9))) | ||
+7|TIN(((7 9,5 5,6 0,7 9))) | ||
+10|GEOMETRYCOLLECTION Z (POLYGON Z ((7 9 1,5 5 3,6 0 2,7 9 1))) | ||
+11|TIN Z (((7 9 3,5 5 1,6 0 2,7 9 3))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters