[postgis-tickets] [SCM] PostGIS branch stable-3.1-quiet-psql updated. 3.1.6-35-gb75804524
git at osgeo.org
git at osgeo.org
Thu Aug 18 04:53:39 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.1-quiet-psql has been updated
via b758045242a03833b25dafad52d72055c17e1a1e (commit)
from 17cf78dec65e360b6f6844b7638b6eda80ddb526 (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 b758045242a03833b25dafad52d72055c17e1a1e
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Aug 18 13:53:21 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 8bcf9fe77..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 off
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