[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-592-g7b31076f5

git at osgeo.org git at osgeo.org
Wed Feb 23 08:55:26 PST 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  7b31076f5be8bb3048485a38aa287f3521e6d966 (commit)
      from  4cd780c1b40aac54a036c700dd3876d24be557c8 (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 7b31076f5be8bb3048485a38aa287f3521e6d966
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Aug 5 11:41:45 2021 +0200

    Evidence invalidities list and cleanup pids file

diff --git a/topology/test/check_multiprocess_topology_population.sh b/topology/test/check_multiprocess_topology_population.sh
index c685568e9..9cc7645d8 100755
--- a/topology/test/check_multiprocess_topology_population.sh
+++ b/topology/test/check_multiprocess_topology_population.sh
@@ -82,10 +82,9 @@ done
 for pid in `cat pids.$$`; do
     wait $pid
 done
-rm -f pids.$$
 
 psql ${PSQL_OPTS} -c "SELECT TopologySummary('mt_topo')" | grep -v '^$'
-echo "-- INVALIDITIES START --"
-psql ${PSQL_OPTS} -c "SELECT * FROM ValidateTopology('mt_topo')" | grep -v '^$'
-echo "-- INVALIDITIES END --"
+echo " -- INVALIDITIES START --"
+psql ${PSQL_OPTS} -c "SELECT 'INVALIDITY', * FROM ValidateTopology('mt_topo')" | grep -v '^$'
+echo " -- INVALIDITIES END --"
 

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

Summary of changes:
 topology/test/check_multiprocess_topology_population.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list