[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-761-g8911d625b

git at osgeo.org git at osgeo.org
Fri May 5 10:36:33 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  8911d625bf573c95da54c091b1345afac56d8baf (commit)
      from  9d33955eb637fec06fab8121cd52c1594577013a (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 8911d625bf573c95da54c091b1345afac56d8baf
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 5 19:36:13 2023 +0200

    Tolerate 300ms of interruption time
    
    See https://dronie.osgeo.org/postgis/postgis/4173/1/3

diff --git a/regress/core/interrupt.sql b/regress/core/interrupt.sql
index 209847ef5..3961034c4 100644
--- a/regress/core/interrupt.sql
+++ b/regress/core/interrupt.sql
@@ -39,7 +39,7 @@ CREATE TEMPORARY TABLE _time AS SELECT now() t;
 SET statement_timeout TO 100;
 -- would run for many seconds if uninterruptible...
 SELECT 'segmentize', ST_NPoints(ST_Segmentize(ST_MakeLine(ST_Point(4,39), ST_Point(1,41)), 1e-8));
-SELECT _timecheck('segmentize', '250ms');
+SELECT _timecheck('segmentize', '300ms');
 SET statement_timeout TO 0;
 -- Not affected by old timeout
 SELECT '1',ST_AsText(ST_Segmentize('LINESTRING(0 0,4 0)'::geometry, 2));

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list