[SCM] PostGIS branch master updated. 3.4.0rc1-1000-g0a5d45444
git at osgeo.org
git at osgeo.org
Sat Mar 9 14:13:59 PST 2024
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 0a5d4544458415e75ac6ed421ca63928c392cced (commit)
from 5a54c64f2c618c2e64b9e275e481cdb9439b877f (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 0a5d4544458415e75ac6ed421ca63928c392cced
Author: Regina Obe <lr at pcorp.us>
Date: Sat Mar 9 17:13:37 2024 -0500
See if setting the search path explicitly of our qnodes, fixes #5687
diff --git a/regress/core/regress_spgist_index_2d.sql b/regress/core/regress_spgist_index_2d.sql
index e5cad1e7c..081cd030b 100644
--- a/regress/core/regress_spgist_index_2d.sql
+++ b/regress/core/regress_spgist_index_2d.sql
@@ -19,7 +19,7 @@ BEGIN
END LOOP;
RETURN ret;
END;
-$$;
+$$ SET search_path='pg_catalog,public';
create table tbl_geomcollection (
k serial,
-----------------------------------------------------------------------
Summary of changes:
regress/core/regress_spgist_index_2d.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list