[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-35-g66373e3b6

git at osgeo.org git at osgeo.org
Thu Aug 18 04:54:16 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, master has been updated
       via  66373e3b6207bd9e826e832173a071353236c0e3 (commit)
      from  2fc1b62815a8196918638b352d2d52aff40d5f6b (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 66373e3b6207bd9e826e832173a071353236c0e3
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