[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.3-17-g2d77093c8

git at osgeo.org git at osgeo.org
Mon Jun 19 13:18:12 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.3 has been updated
       via  2d77093c8ea69c4a38a26f023d6caa9e3eac02b5 (commit)
      from  b620d700ccf44ddaf32e4367d9a935c58936af76 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2d77093c8ea69c4a38a26f023d6caa9e3eac02b5
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 19 16:01:06 2023 -0400

    Remove entries that cause
    errors in Proj 5.2 and 4.9
    References #5316 for PostGIS 3.3.4
    
    Namely:  transform: latitude or longitude exceeded limits (-14)
     transform the point because either no grid shift files were found
      failed to load datum shift file (-38)

diff --git a/regress/core/regress_proj_cache_overflow.sql b/regress/core/regress_proj_cache_overflow.sql
index 7ee0d0294..767c9548d 100644
--- a/regress/core/regress_proj_cache_overflow.sql
+++ b/regress/core/regress_proj_cache_overflow.sql
@@ -6,7 +6,7 @@ SELECT 13, count(*) FROM
     SELECT srid
     FROM spatial_ref_sys
     WHERE srid IN (
-      2309, 2310, 2311, 4037, 3349, 4038, 3395, 3832, 3857, 3994, 3997, 5223, 5523, 5842, 6703, 6720, /**6722,**/ 6871, 6893/**, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787**/, 8035, 8036, 32605, 32606, 32607, 32608, 32609, 32610, 32611, 32612, 32613/**, 32614, 32615**/, 32601, 32602, 32603, 32604/**, 32616, 32617**/, 32618, 32619, 32620, 32621, 32622, 32623, 32624, 32625, 32626, 32627, 32628, 32629, 32630, 32631, 32632, 32633, 32634, 32635, 32636, 32637, 32638, 32639, 32640, 32641, 32642, 32643/**, 32644, 32645, 32646, 32647, 32648**/, 32649, 32650, 32651, 32652, 32653, 32654, 32655, 32656, 32657, 32658, 32659, 32660/**, 32664, 32665, 32666, 32667**/, 32701, 32702, 32703, 32704, 32705, 32706, 32707, 32708, 32709, 32710, 32711, 32712, 32713/**, 32714, 32715, 32716, 32717**/, 32718, 32719, 32720, 32721, 32722, 32723, 32724, 32725, 32726, 32727, 32728, 32729, 32730, 32731, 32732, 32733, 32734, 32735, 32736, 32737, 32738, 32739, 32740, 32741, 32742/**, 32743, 32744
 , 32745, 32746, 32747**/, 32748, 32749, 32750
+      /**2309, 2310,**/ 2311, 4037, 3349, 4038, 3395, 3832, 3857, 3994, 3997, 5223, 5523, 5842, 6703/**, 6720, 6722, 6871, 6893, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784, 7785, 7786, 7787**/, 8035, 8036, 32605, 32606, 32607, 32608, 32609, 32610, 32611, 32612, 32613/**, 32614, 32615**/, 32601, 32602, 32603, 32604/**, 32616, 32617**/, 32618, 32619, 32620, 32621, 32622, 32623, 32624, 32625, 32626, 32627, 32628, 32629, 32630, 32631, 32632, 32633, 32634, 32635, 32636, 32637, 32638, 32639, 32640, 32641, 32642, 32643/**, 32644, 32645, 32646, 32647, 32648**/, 32649, 32650, 32651, 32652, 32653, 32654, 32655, 32656, 32657, 32658, 32659, 32660/**, 32664, 32665, 32666, 32667**/, 32701, 32702, 32703, 32704, 32705, 32706, 32707, 32708, 32709, 32710, 32711, 32712, 32713/**, 32714, 32715, 32716, 32717**/, 32718, 32719, 32720, 32721, 32722, 32723, 32724, 32725, 32726, 32727, 32728, 32729, 32730, 32731, 32732, 32733, 32734, 32735, 32736, 32737, 32738, 32739, 32740, 32741, 32742/**, 32743, 32744
 , 32745, 32746, 32747**/, 32748, 32749, 32750
 
  )) _a
 ) _b
diff --git a/regress/core/regress_proj_cache_overflow_expected b/regress/core/regress_proj_cache_overflow_expected
index bce8226d5..8d0efcce8 100644
--- a/regress/core/regress_proj_cache_overflow_expected
+++ b/regress/core/regress_proj_cache_overflow_expected
@@ -1 +1 @@
-13|112
+13|107

-----------------------------------------------------------------------

Summary of changes:
 regress/core/regress_proj_cache_overflow.sql      | 2 +-
 regress/core/regress_proj_cache_overflow_expected | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list