[SCM] PostGIS branch stable-3.5 updated. 3.5.2-19-gbdf0f1ab2
git at osgeo.org
git at osgeo.org
Mon Apr 14 17:25:41 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, stable-3.5 has been updated
via bdf0f1ab2ec393271eb37037f6cda8e94632e576 (commit)
from d5655eb075636d2309f5d47aafdc2698801e2b00 (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 bdf0f1ab2ec393271eb37037f6cda8e94632e576
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 14 20:25:34 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 9c9697b74..e663ccb0f 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