[SCM] PostGIS branch master updated. 3.5.0-231-gd0e22f886

git at osgeo.org git at osgeo.org
Sat Mar 22 14:30:27 PDT 2025


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  d0e22f8867b685eee6e67cdeb1affe2666f61983 (commit)
      from  b159ebbe934c190fc874581fb5dbda6f9bd7453b (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 d0e22f8867b685eee6e67cdeb1affe2666f61983
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Mar 22 17:30:13 2025 -0400

    Fix to not fail even if standard conforming strings is not enabled

diff --git a/regress/core/regress_index.sql b/regress/core/regress_index.sql
index 399fc8b32..3b874e974 100644
--- a/regress/core/regress_index.sql
+++ b/regress/core/regress_index.sql
@@ -57,7 +57,7 @@ BEGIN
   -- TODO: rewrite using json output ?
   EXECUTE 'EXPLAIN ANALYZE ' || qry INTO anl;
 
-  SELECT regexp_matches(anl, ' rows=([0-9]*) .* rows=([0-9\.]*) ')
+  SELECT regexp_matches(anl, E' rows=([0-9]*) .* rows=([0-9\.]*) ')
   INTO mat;
 
   est := mat[1];

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

Summary of changes:
 regress/core/regress_index.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list