[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-33-gf45fd932e
git at osgeo.org
git at osgeo.org
Mon Jun 13 01:15:27 PDT 2022
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 f45fd932eedb27273ca905b95f8c8bf121d0d91d (commit)
from bb1bf64621b75107c8e5e2946761c3e13b09e93b (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 f45fd932eedb27273ca905b95f8c8bf121d0d91d
Author: Regina Obe <lr at pcorp.us>
Date: Mon Jun 13 04:15:22 2022 -0400
Fix data type of max_tiles_per_copy. References #5170
diff --git a/raster/loader/raster2pgsql.h b/raster/loader/raster2pgsql.h
index 62f4abec6..8a5cbb195 100644
--- a/raster/loader/raster2pgsql.h
+++ b/raster/loader/raster2pgsql.h
@@ -160,7 +160,7 @@ typedef struct raster_loader_config {
int copy_statements;
/** max tiles per copy */
- int max_tiles_per_copy;
+ uint32_t max_tiles_per_copy;
} RTLOADERCFG;
-----------------------------------------------------------------------
Summary of changes:
raster/loader/raster2pgsql.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list