[SCM] PostGIS branch stable-3.3 updated. 3.3.4-22-g8bea54e0e
git at osgeo.org
git at osgeo.org
Thu Oct 26 07:37:42 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.3 has been updated
via 8bea54e0eda6478033abf985d437110f33a4bfc1 (commit)
from fb96c51744307232166e48d600b6ca9e1fbb7900 (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 8bea54e0eda6478033abf985d437110f33a4bfc1
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 e984e4b06..7fde6cc67 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 6270b701f..f1772a3f9 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -143,6 +143,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