[SCM] PostGIS branch master updated. 3.7.0beta1-167-g3d6793d6ad

git at osgeo.org git at osgeo.org
Sat Aug 1 22:52:27 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, master has been updated
       via  3d6793d6adbf37144c5024137604b30e04cdc96b (commit)
      from  28528f2b7a1cbb6e9b06be3c6422b00db0722b46 (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 3d6793d6adbf37144c5024137604b30e04cdc96b
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 2 01:51:58 2026 -0400

    Quite NOTICE in #6110 test
    References #6110 for PostGIS 3.7.0

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 84525a6f9e..643d921ea6 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1864,5 +1864,7 @@ $$;
 
 SELECT '#6110', test6110_check();
 
+SET client_min_messages TO WARNING;
 DROP FUNCTION test6110_check();
 DROP SCHEMA test6110 CASCADE;
+RESET client_min_messages;

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

Summary of changes:
 regress/core/tickets.sql | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list