[SCM] PostGIS branch stable-3.4 updated. 3.4.0-56-gadd69b221

git at osgeo.org git at osgeo.org
Thu Oct 26 07:35:54 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, stable-3.4 has been updated
       via  add69b2213aa60862b9210bc486ac76fc71653c0 (commit)
      from  07e3951dcf345f54f7e4eff182f66ceb3d8317ec (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 add69b2213aa60862b9210bc486ac76fc71653c0
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