[SCM] PostGIS branch stable-3.6 updated. 3.6.4-114-g5bb68300a0
git at osgeo.org
git at osgeo.org
Sun Aug 9 10:32:37 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.6 has been updated
via 5bb68300a0a27073915dafef28fb6d116d7689aa (commit)
via d032e5117b6c2370e73a6fac1e55700247c1a27c (commit)
from 767fa40644253281f6d4e8b06811489b0a0f9b0d (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 5bb68300a0a27073915dafef28fb6d116d7689aa
Merge: 767fa40644 d032e5117b
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Sun Aug 9 10:32:35 2026 -0700
Merge pull request 'regress: expect stable interrupt buffer output' (!683) from Komzpa/postgis:fix/interrupt-buffer-expected-36-20260809 into stable-3.6
## Summary
`regress/core/interrupt_buffer` expects `buffer interrupted on time`, while the current stable-3.6 `_timecheck(label, tolerated)` intentionally emits the stable result `buffer interrupted` after a successfully timed-out query. Update the expected output.
## Validation
- [Stable-3.6 Jenkins regression build 40387](https://debbie.postgis.net/job/PostGIS_Regress/40387/) recorded `buffer interrupted`; the updated expected file matches that output exactly.
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/683
commit d032e5117b6c2370e73a6fac1e55700247c1a27c
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Aug 9 21:31:20 2026 +0400
regress: expect stable interrupt buffer output
diff --git a/regress/core/interrupt_buffer_expected b/regress/core/interrupt_buffer_expected
index f7004e0f77..2e5b6dae29 100644
--- a/regress/core/interrupt_buffer_expected
+++ b/regress/core/interrupt_buffer_expected
@@ -1,3 +1,3 @@
ERROR: canceling statement due to statement timeout
-buffer interrupted on time
+buffer interrupted
1|5
-----------------------------------------------------------------------
Summary of changes:
regress/core/interrupt_buffer_expected | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list