[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 764e52ba05c07447fe15430c89ba527b39a983cc
git at osgeo.org
git at osgeo.org
Sat Feb 8 21:21:54 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, stable-3.0 has been updated
via 764e52ba05c07447fe15430c89ba527b39a983cc (commit)
from 908f288c2b47f5ef46a7600b3b6445a9ac92f29c (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 764e52ba05c07447fe15430c89ba527b39a983cc
Author: Regina Obe <lr at pcorp.us>
Date: Sun Feb 9 00:21:49 2020 -0500
Fix snprintf raster to expect string raster2pgsql. References #4637 for PostGIS 3.0.1
diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c
index 517bc71..e7317c1 100644
--- a/raster/loader/raster2pgsql.c
+++ b/raster/loader/raster2pgsql.c
@@ -328,7 +328,7 @@ chartrim(const char *input, char *remove) {
static void
usage() {
- printf(_("RELEASE: %s GDAL_VERSION=%d (r%d)\n"), POSTGIS_LIB_VERSION, POSTGIS_GDAL_VERSION, xstr(POSTGIS_REVISION));
+ printf(_("RELEASE: %s GDAL_VERSION=%d (%s)\n"), POSTGIS_LIB_VERSION, POSTGIS_GDAL_VERSION, xstr(POSTGIS_REVISION));
printf(_(
"USAGE: raster2pgsql [<options>] <raster>[ <raster>[ ...]] [[<schema>.]<table>]\n"
" Multiple rasters can also be specified using wildcards (*,?).\n"
-----------------------------------------------------------------------
Summary of changes:
raster/loader/raster2pgsql.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list