[SCM] PostGIS branch stable-3.4 updated. 3.4.6-84-g763679c84
git at osgeo.org
git at osgeo.org
Mon Jul 20 05:45:28 PDT 2026
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.4 has been updated
via 763679c84735b3ab63ee2c35e2e9c797f7a6d76b (commit)
via 9b18cb4be92d5222faa253566618c915c3bf39ba (commit)
from 636a58a9ed509d6ebfbfa25539646dc09eb4fe8b (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 763679c84735b3ab63ee2c35e2e9c797f7a6d76b
Merge: 636a58a9e 9b18cb4be
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Mon Jul 20 05:45:26 2026 -0700
Merge pull request 'regress: backport standard-conforming string fix to 3.4' (!471) from Komzpa/postgis:fix/stable-3.4-scs-regress-index-20260720 into stable-3.4
commit 9b18cb4be92d5222faa253566618c915c3bf39ba
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
(cherry picked from commit bdf0f1ab2ec393271eb37037f6cda8e94632e576)
(cherry picked from commit 98b422b2000b16904e7cb8512a9e5eef72b43311)
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