[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-762-gc84141b87

git at osgeo.org git at osgeo.org
Fri May 5 11:11:36 PDT 2023


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  c84141b87bdf7f310f1d41cd8d66fa57541b0021 (commit)
      from  8911d625bf573c95da54c091b1345afac56d8baf (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 c84141b87bdf7f310f1d41cd8d66fa57541b0021
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 5 20:11:04 2023 +0200

    Enforce min_client_messages in interrupt test
    
    Should fix
    https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32/4486/console

diff --git a/regress/core/interrupt.sql b/regress/core/interrupt.sql
index 3961034c4..e5213094e 100644
--- a/regress/core/interrupt.sql
+++ b/regress/core/interrupt.sql
@@ -1,4 +1,5 @@
 -- liblwgeom interruption
+set client_min_messages to NOTICE;
 
 CREATE FUNCTION _timecheck(label text, tolerated interval) RETURNS text
 AS $$

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

Summary of changes:
 regress/core/interrupt.sql | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list