[SCM] PostGIS branch master updated. 3.4.0rc1-1032-gd21b94d11

git at osgeo.org git at osgeo.org
Fri Mar 15 02:04:01 PDT 2024


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  d21b94d1155e595a782fe7cbd8833d4cc6f20b59 (commit)
      from  3f7cb38b5ea1e6375e2b752c943c03982bc22af4 (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 d21b94d1155e595a782fe7cbd8833d4cc6f20b59
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Mar 15 10:02:52 2024 +0100

    Add missing copyright header

diff --git a/topology/sql/cleanup/RemoveUnusedPrimitives.sql.in b/topology/sql/cleanup/RemoveUnusedPrimitives.sql.in
index 69b6afcd8..423a7ed94 100644
--- a/topology/sql/cleanup/RemoveUnusedPrimitives.sql.in
+++ b/topology/sql/cleanup/RemoveUnusedPrimitives.sql.in
@@ -1,3 +1,15 @@
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+--
+-- PostGIS - Spatial Types for PostgreSQL
+-- http://postgis.net
+--
+-- Copyright (C) 2022 Sandro Santilli <strk at kbt.io>
+--
+-- This is free software; you can redistribute and/or modify it under
+-- the terms of the GNU General Public Licence. See the COPYING file.
+--
+-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
 -- This function finds primitives intersecting a bounding box
 -- that are not used in the definition of TopoGeometry objects
 -- and remove them all.

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

Summary of changes:
 topology/sql/cleanup/RemoveUnusedPrimitives.sql.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list