[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-160-g5e12dfb
git at osgeo.org
git at osgeo.org
Tue Nov 17 11:23:49 PST 2020
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 5e12dfb8489a5d39b517c97ca2e7edabf6fcbc55 (commit)
from 9c64317481afbeeef49bae62aa9ddfcac4a17fdb (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 5e12dfb8489a5d39b517c97ca2e7edabf6fcbc55
Author: Regina Obe <lr at pcorp.us>
Date: Tue Nov 17 14:23:27 2020 -0500
Tiger upgrade reverting to 2018 scripts closes #4742 for PostGIS 3.1
diff --git a/NEWS b/NEWS
index f189056..2ccd746 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ Only tickets not included in 3.1.0alpha2
- #4767, #4768, #4771, #4772, Fix segfault when parsing invalid WKB (Raúl MarÃn)
- #4769, Fix segfault in st_addband (Raúl MarÃn)
- #4790, Fix ST_3dintersects calculations with identical vertices (Nicklas Avén)
+ - #4742, tiger geocoder reverted to 2018 version on tiger upgrade (Regina Obe)
PostGIS 3.1.0alpha2
diff --git a/extensions/postgis_tiger_geocoder/Makefile.in b/extensions/postgis_tiger_geocoder/Makefile.in
index 446638a..4d2f243 100644
--- a/extensions/postgis_tiger_geocoder/Makefile.in
+++ b/extensions/postgis_tiger_geocoder/Makefile.in
@@ -94,7 +94,7 @@ sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql: sql/$(EXTENSION)--$(EXTV
sql_bits/tiger_geocoder_minor.sql.in: ../../extras/tiger_geocoder/utility/set_search_path.sql \
sql_bits/upgrade_before.sql.in \
../../extras/tiger_geocoder/geocode_settings.sql \
- ../../extras/tiger_geocoder/tiger_loader_2018.sql \
+ ../../extras/tiger_geocoder/tiger_loader_2019.sql \
../../extras/tiger_geocoder/utility/utmzone.sql \
../../extras/tiger_geocoder/utility/cull_null.sql \
../../extras/tiger_geocoder/utility/nullable_levenshtein.sql \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 1 +
extensions/postgis_tiger_geocoder/Makefile.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list