[SCM] PostGIS branch master updated. 3.4.0rc1-711-gfdd2fa156

git at osgeo.org git at osgeo.org
Thu Oct 26 07:33:49 PDT 2023


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  fdd2fa156509b11e7318474981b2187d50abeae3 (commit)
      from  d20fc93578ca375577ecb69b25e12178202ef490 (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 fdd2fa156509b11e7318474981b2187d50abeae3
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Oct 26 16:17:24 2023 +0200

    Encode dependencies on libpgcommon/sql/AddToSearchPath.sql

diff --git a/extensions/Makefile.in b/extensions/Makefile.in
index 9f725a034..8811aea28 100644
--- a/extensions/Makefile.in
+++ b/extensions/Makefile.in
@@ -48,6 +48,8 @@ distclean-local:
 check check-unit check-regress:
 	@echo "Nothing to check"
 
+postgis_extension_helper.sql: ../libpgcommon/sql/AddToSearchPath.sql.inc
+
 # Generate any .sql file from .sql.in files by running them through the SQL pre-processor
 %.sql: %.sql.in
 	$(SQLPP) -I at top_builddir@/postgis -I at top_srcdir@ $< > $@.tmp
diff --git a/topology/Makefile.in b/topology/Makefile.in
index 7fb8578af..be2afd862 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -153,6 +153,7 @@ topology.sql: \
 	sql/topogeometry/topogeom_edit.sql.in \
 	sql/topogeometry/simplify.sql.in \
 	sql/predicates.sql.in \
+	../libpgcommon/sql/AddToSearchPath.sql.inc \
 	../postgis/sqldefines.h \
 	../postgis_revision.h
 

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

Summary of changes:
 extensions/Makefile.in | 2 ++
 topology/Makefile.in   | 1 +
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list