[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.2-3-gbf9d9c3

git at osgeo.org git at osgeo.org
Sun Aug 16 19:59:59 PDT 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, stable-3.0 has been updated
       via  bf9d9c3adbe8fc4dfeb192332304d19cd62766f3 (commit)
       via  8dea203758ace7e80ffdaf54808b0472f648da65 (commit)
      from  c089c28a88df66aecbd78590f14702fac65044b3 (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 bf9d9c3adbe8fc4dfeb192332304d19cd62766f3
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 16 22:59:47 2020 -0400

    NEWS: Fix tiger geocoder update script references #4742 for PostGIS 3.0.3

diff --git a/NEWS b/NEWS
index f33c043..3091310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+PostGIS 3.0.3
+2020/xx/xx
+* Bug Fixes and Enhancements *
+  - #4742 tiger geocoder reverted to 2018 version on tiger upgrade
+
 PostGIS 3.0.2
 2020/08/15
 

commit 8dea203758ace7e80ffdaf54808b0472f648da65
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 16 22:58:18 2020 -0400

    Fix tiger geocoder update script references #4742 for PostGIS 3.0.3

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                                          | 5 +++++
 extensions/postgis_tiger_geocoder/Makefile.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list