[postgis-devel] [postgis-users] PostGIS 2.5.0 alpha released

Regina Obe lr at pcorp.us
Wed May 30 12:00:21 PDT 2018



>  Continuing along, I am looking at the diff in the "PLIST", which is
pkgsrc's manifest of files.  Of course things change, but part of the
benefit is seeing if all the changes make sense.  
> Most of the following seems fine, but the last line is puzzling, as if we
are no longer installing sql for the tiger geocoder, but still have upgrade
sql.  But maybe the --${PKGVERSION}.sql line is the proper install, and
there was a spurious installation before, and it got fixed.
> Having
share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}.sql is
sufficient.  I don't think the regular postgis_tiger_geocoder.sql was ever
called. Though I don't recall explicitly taking it out.
Mind have been during the ANY change.


> There is also the new "ANY" line which seems a bit funny.

The ANY is because in PostGIS 2.5 we changed to using symlinks.  So all
upgrade scripts should be linked to the ANY--${PKGVERSION}.sql file.
I think the same behavior should show in the other extensions.  Are you only
seeing it for tiger geocoder?


@@ -116,13 +118,14 @@ share/postgresql/extension/postgis_tiger
 share/postgresql/extension/postgis_tiger_geocoder--2.4.1--${PKGVERSION}.sql
 share/postgresql/extension/postgis_tiger_geocoder--2.4.2--${PKGVERSION}.sql
 share/postgresql/extension/postgis_tiger_geocoder--2.4.3--${PKGVERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--2.4.4--${PKGVERSION}
+.sql 
+share/postgresql/extension/postgis_tiger_geocoder--2.4.5dev--${PKGVERSI
+ON}.sql
 
share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSI
ON}next.sql
 share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}.sql
-share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}dev--${PKGV
ERSION}.sql
 
share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}next--${PKGV
ERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--ANY--${PKGVERSION}.s
+ql
 
share/postgresql/extension/postgis_tiger_geocoder--unpackaged--${PKGVERSION}
.sql
 share/postgresql/extension/postgis_tiger_geocoder.control
-share/postgresql/extension/postgis_tiger_geocoder.sql




More information about the postgis-devel mailing list