[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-353-gfb3bb49

git at osgeo.org git at osgeo.org
Thu Jul 15 06:33:09 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, main has been updated
       via  fb3bb49a00a12e45f127f259a76229f5c976eae2 (commit)
      from  e5054a9dc94ad83e53f7ac2504438f2cad082149 (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 fb3bb49a00a12e45f127f259a76229f5c976eae2
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 15 15:32:54 2021 +0200

    Update createtopology expected results after srid<0 rewrite

diff --git a/topology/test/regress/createtopology_expected b/topology/test/regress/createtopology_expected
index e08c967..dd193d3 100644
--- a/topology/test/regress/createtopology_expected
+++ b/topology/test/regress/createtopology_expected
@@ -3,8 +3,8 @@ t
 t
 ERROR:  schema "3d" already exists
 2d|0|0|f
-2dAgain|-1|0|f
-3d|-1|0|t
+2dAgain|0|0|f
+3d|0|0|t
 ERROR:  Column has Z dimension but geometry does not
 ERROR:  Column has Z dimension but geometry does not
 3

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

Summary of changes:
 topology/test/regress/createtopology_expected | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list