[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-805-gf49d1e3b5
git at osgeo.org
git at osgeo.org
Fri May 12 06:41:02 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 f49d1e3b5cf6e876661e0ee4a3a8b1e0b35cc7f6 (commit)
from e1ae681ae1888daa08dca0fcd4775cfe39572777 (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 f49d1e3b5cf6e876661e0ee4a3a8b1e0b35cc7f6
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 5a68cf9d1..095d1b300 100644
--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -254,7 +254,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_uninstall.pl
$(PERL) @top_srcdir@/utils/create_uninstall.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