[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-974-gcf7df4ca2

git at osgeo.org git at osgeo.org
Thu Jun 15 21:51:26 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, master has been updated
       via  cf7df4ca2c88afb707efc1bdefc06c1895b53ef4 (commit)
      from  f371d92e43739e81f6868becd72c5647676fe009 (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 cf7df4ca2c88afb707efc1bdefc06c1895b53ef4
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 16 00:51:20 2023 -0400

    remove not boring enough srid. References #5316 for PostGIS 3.4.0

diff --git a/regress/core/regress_proj_cache_overflow.sql b/regress/core/regress_proj_cache_overflow.sql
index debc797e8..5d2a58959 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, 3752, 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, 32
 750
+      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
 WHERE g IS NOT NULL;
diff --git a/regress/core/regress_proj_cache_overflow_expected b/regress/core/regress_proj_cache_overflow_expected
index e2e697c9f..258809ce3 100644
--- a/regress/core/regress_proj_cache_overflow_expected
+++ b/regress/core/regress_proj_cache_overflow_expected
@@ -1 +1 @@
-13|147
+13|146

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

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