[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-760-g9d33955eb

git at osgeo.org git at osgeo.org
Fri May 5 07:17:53 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  9d33955eb637fec06fab8121cd52c1594577013a (commit)
      from  d6633b9721e97ae90dcefc56e41800582ce137de (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 9d33955eb637fec06fab8121cd52c1594577013a
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 5 16:16:27 2023 +0200

    Tolerate 250ms elapsed time for ST_Buffer interruption
    
    Hopefully works on more bots

diff --git a/regress/core/interrupt_buffer.sql b/regress/core/interrupt_buffer.sql
index 54c958e04..47620324f 100644
--- a/regress/core/interrupt_buffer.sql
+++ b/regress/core/interrupt_buffer.sql
@@ -53,7 +53,7 @@ SET statement_timeout TO 100;
 select ST_Buffer(g,100) from _inputs WHERE id = 1;
 --( select (st_dumppoints(st_buffer(st_makepoint(0,0),10000,100000))).geom g) foo;
 -- it may take some more to interrupt st_buffer, see
-SELECT _timecheck('buffer', '200ms');
+SELECT _timecheck('buffer', '250ms');
 
 -- Not affected by old timeout
 SELECT '1', ST_NPoints(ST_Buffer('POINT(4 0)'::geometry, 2, 1));

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list