[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-118-g66cb4dd

git at osgeo.org git at osgeo.org
Thu Mar 11 19:15:20 PST 2021


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  66cb4dd37638f5a3f8f7755ce9bb4041ed4ec817 (commit)
      from  4d603ff946ca9f2ed277ed376c8cb3b70f278512 (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 66cb4dd37638f5a3f8f7755ce9bb4041ed4ec817
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 11 22:15:07 2021 -0500

    turn quiet on at end seems to get rid of SELECT echo in mingw64

diff --git a/regress/core/regress_big_polygon.sql b/regress/core/regress_big_polygon.sql
index 8bcf9fe..8e4612d 100644
--- a/regress/core/regress_big_polygon.sql
+++ b/regress/core/regress_big_polygon.sql
@@ -5,5 +5,5 @@ 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 QUIET on
 SET client_min_messages TO NOTICE;

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list