[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-54-g33fd353c5
git at osgeo.org
git at osgeo.org
Fri May 12 06:32:04 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 33fd353c5573e7dd398ee01ddeeb84419fff2379 (commit)
from 15a1827e88eb8ef8e021d73c6952b5f6123f1b7f (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 33fd353c5573e7dd398ee01ddeeb84419fff2379
Author: Sandro Santilli <strk at kbt.io>
Date: Fri May 12 15:19:46 2023 +0200
Encode dependency of postgis.sql on its effective sources
diff --git a/postgis/Makefile.in b/postgis/Makefile.in
index be8bd5755..0bcb61b69 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -253,7 +253,7 @@ postgis_upgrade.sql: postgis_before_upgrade.sql postgis_upgrade.sql.in postgis_a
# SQL objects are also dependent on postgis_config.h for PostgreSQL version
$(SQL_OBJS): ../postgis_config.h ../postgis_revision.h
-#postgis.sql.in: sqldefines.h long_xact.sql.in.c geography.sql.in.c
+postgis.sql: sqldefines.h long_xact.sql.in geography.sql.in postgis_brin.sql.in postgis_spgist.sql.in postgis_letters.sql
uninstall_postgis.sql: postgis.sql ../utils/create_undef.pl
$(PERL) @top_srcdir@/utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
-----------------------------------------------------------------------
Summary of changes:
postgis/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list