[SCM] PostGIS branch stable-3.2 updated. 3.2.10-87-g9f9b53dedc
git at osgeo.org
git at osgeo.org
Mon Jul 27 15:39:02 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.2 has been updated
via 9f9b53dedc8d3b21ca4da135acf95a50182f3f39 (commit)
via ba7d7cd5f2855448903ca0189107207b892c46b9 (commit)
from b7d2b6038e674dfea02e41b067e4776de3c60c55 (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 9f9b53dedc8d3b21ca4da135acf95a50182f3f39
Merge: b7d2b6038e ba7d7cd5f2
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Mon Jul 27 15:39:01 2026 -0700
Merge pull request 'ci: disable stable-3.2 test cluster durability' (!566) from Komzpa/postgis:ci/stable32-test-durability-20260728 into stable-3.2
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/566
commit ba7d7cd5f2855448903ca0189107207b892c46b9
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Tue Jul 28 02:23:30 2026 +0400
ci: disable test cluster durability on stable-3.2
diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index 15a781528a..9df90a9c8f 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -4,6 +4,12 @@
set -e
printf '%s\n' "pg_ctl_options = '-t 300'" > /etc/postgresql/$PGVER/main/pg_ctl.conf
+install -d /etc/postgresql/$PGVER/main/conf.d
+cat > /etc/postgresql/$PGVER/main/conf.d/postgis-ci-durability.conf <<'EOF'
+fsync = off
+full_page_writes = off
+synchronous_commit = off
+EOF
service postgresql start $PGVER
export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
-----------------------------------------------------------------------
Summary of changes:
ci/dronie/postgis_regress.sh | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list