[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.2-33-gae36c7487

git at osgeo.org git at osgeo.org
Thu Aug 18 05:10:38 PDT 2022


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  ae36c74879b69e0fa1d6f6dba8e26702db128ffa (commit)
      from  81cbab46b4ceb37f706e3b3e5c0d1d1f06125a99 (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 ae36c74879b69e0fa1d6f6dba8e26702db128ffa
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Aug 18 13:54:00 2022 +0200

    Drop manual QUIET setting from regress tests

diff --git a/regress/core/regress_big_polygon.sql b/regress/core/regress_big_polygon.sql
index 8e4612de6..91bc13d47 100644
--- a/regress/core/regress_big_polygon.sql
+++ b/regress/core/regress_big_polygon.sql
@@ -1,9 +1,7 @@
-\set QUIET on
 SET client_min_messages TO WARNING;
 drop table if exists big_polygon;
 create table big_polygon(geom geometry);
 alter table big_polygon alter column geom set storage main;
 -- Data (c) OpenStreetMap contributors, ODbL / http://osm.org/
 \copy big_polygon from 'big_polygon.wkb'
-\set QUIET on
 SET client_min_messages TO NOTICE;

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

Summary of changes:
 regress/core/regress_big_polygon.sql | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list