[SCM] PostGIS branch stable-3.4 updated. 3.4.6-67-gdba1fd7f0

git at osgeo.org git at osgeo.org
Tue Jun 30 21:50:48 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, stable-3.4 has been updated
       via  dba1fd7f05d2213b55d2ef68ee7ca0797640cc89 (commit)
       via  e33078753b5973bd2dfc62156702ec082eaea731 (commit)
      from  bd68d8d93ed995255b42e82cf2a339d483be82c8 (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 dba1fd7f05d2213b55d2ef68ee7ca0797640cc89
Merge: bd68d8d93 e33078753
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Wed Jul 1 08:49:46 2026 +0400

    Merge pull request https://github.com/postgis/postgis/pull/1135
    
    regress: relax ST_Buffer interrupt tolerance on 3.4


commit e33078753b5973bd2dfc62156702ec082eaea731
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Wed Jul 1 01:44:47 2026 +0400

    regress: relax ST_Buffer interrupt tolerance on 3.4
    
    Debbie PG15 observed the interrupt_buffer check completing after 285ms during hard upgrade testing, while master, stable-3.6, and stable-3.5 already allow 350ms. Match the newer active branches so stable-3.4 does not fail on scheduler noise while still proving ST_Buffer is interruptible.

diff --git a/regress/core/interrupt_buffer.sql b/regress/core/interrupt_buffer.sql
index 11f117a28..949fc7e28 100644
--- a/regress/core/interrupt_buffer.sql
+++ b/regress/core/interrupt_buffer.sql
@@ -21,7 +21,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', '250ms');
+SELECT _timecheck('buffer', '350ms');
 
 -- 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