[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-11-g4b1d5ff

git at osgeo.org git at osgeo.org
Sun Aug 15 20:48:49 PDT 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, stable-2.4 has been updated
       via  4b1d5ffc63884850a2645df1359574f20cbcc331 (commit)
      from  e93b24e4e8eff3a47cd4b1821ca144ae2c52c953 (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 4b1d5ffc63884850a2645df1359574f20cbcc331
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 23:48:44 2021 -0400

    Try to fix debbie's complaining about warning backend change.  Closes #4972 for PostGIS 2.4.10

diff --git a/regress/sfcgal/legacy.sql b/regress/sfcgal/legacy.sql
index 683577d..8127240 100644
--- a/regress/sfcgal/legacy.sql
+++ b/regress/sfcgal/legacy.sql
@@ -7,6 +7,7 @@
 --
 
 SET postgis.backend = 'sfcgal';
+SET client_min_messages TO error;
 
 \cd :regdir
 \i legacy.sql

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

Summary of changes:
 regress/sfcgal/legacy.sql | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list