[postgis-tickets] [PostGIS] #5170: Make postgis raster copy rows configurable
PostGIS
trac at osgeo.org
Sat Jun 11 05:58:17 PDT 2022
#5170: Make postgis raster copy rows configurable
--------------------------+---------------------------
Reporter: robe | Owner: robe
Type: enhancement | Status: reopened
Priority: medium | Milestone: PostGIS 3.3.0
Component: raster | Version: master
Resolution: | Keywords:
--------------------------+---------------------------
Changes (by komzpa):
* status: closed => reopened
* resolution: fixed =>
Comment:
{{{
echo 'COMMIT;' >> rtpostgis_upgrade.sql
raster2pgsql.c: In function 'build_overview':
raster2pgsql.c:1523:24: error: comparison of integer expressions of
different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror
=sign-compare]
1523 | if (tileset->length >= config->max_tiles_per_copy) {
| ^~
raster2pgsql.c: In function 'convert_raster':
raster2pgsql.c:1850:25: error: comparison of integer expressions of
different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror
=sign-compare]
1850 | if (tileset->length >= config->max_tiles_per_copy ) {
| ^~
raster2pgsql.c:1973:25: error: comparison of integer expressions of
different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror
=sign-compare]
1973 | if (tileset->length >= config->max_tiles_per_copy ) {
| ^~
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5170#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list