[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. b348507cae4bbfad851239ed2fa2e65d8fd0e9f8

git at osgeo.org git at osgeo.org
Wed Nov 6 14:59:19 PST 2019


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; Spatial objects for PostgreSQL.".

The branch, master has been updated
       via  b348507cae4bbfad851239ed2fa2e65d8fd0e9f8 (commit)
      from  e3429440e1553b4d28029d575500881d5bac9a6f (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 b348507cae4bbfad851239ed2fa2e65d8fd0e9f8
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Nov 6 17:59:15 2019 -0500

    Include raster2pgsql in windows packaging - got left out since location it built got changed with liblwgeom changes evidentally.  References #4570 for PostGIS 3.1

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 3113e66..0edc436 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -207,6 +207,7 @@ cp raster/rt_pg/*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MIN
 cp utils/*.pl ${RELDIR}/${RELVERDIR}/utils
 
 cp raster/loader/.libs/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
+cp raster/loader/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp liblwgeom/.libs/*.dll ${RELDIR}/${RELVERDIR}/bin
 cp loader/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp loader/.libs/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin

-----------------------------------------------------------------------

Summary of changes:
 ci/winnie/package_postgis.sh | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS; Spatial objects for PostgreSQL.


More information about the postgis-tickets mailing list