[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-557-g67aac2acc
git at osgeo.org
git at osgeo.org
Thu Feb 17 09:16:25 PST 2022
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 67aac2acc9af57ed023fc05e87b11ef0b16fa96d (commit)
from f7f7c1c5e87a731264a6ab42d67e5d2d1942bf01 (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 67aac2acc9af57ed023fc05e87b11ef0b16fa96d
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 17 18:16:11 2022 +0100
Fix postgis_tiger_geocoder build
diff --git a/extensions/postgis_tiger_geocoder/Makefile.in b/extensions/postgis_tiger_geocoder/Makefile.in
index 49189aec5..67284829a 100644
--- a/extensions/postgis_tiger_geocoder/Makefile.in
+++ b/extensions/postgis_tiger_geocoder/Makefile.in
@@ -170,7 +170,7 @@ sql/tiger_geocoder.sql: sql/tiger_geocoder.sql.in
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' $< > $@
$(PERL) -pe 's/BEGIN\;//g ; s/COMMIT\;//g' $< > $@
-sql/add_search_path.sql: sql_bits/add_search_path.sql.in
+sql/add_search_path.sql: sql_bits/add_search_path.sql.in | sql
cp $< $@
../../doc/tiger_geocoder_comments.sql:
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis_tiger_geocoder/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list