[PostGIS] #5926: raster garden tests are broken
PostGIS
trac at osgeo.org
Fri Jun 6 18:03:23 PDT 2025
#5926: raster garden tests are broken
--------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 3.5.4
Component: QA/testsuite | Version: 3.5.x
Keywords: |
--------------------------+---------------------------
I think this might have happened with the docbook xml, change, perhaps
some parts I didn't account for.
During garden tests, the raster garden is failing with:
{{{
See Also
ERROR: syntax error at or near "Raster"
LINE 1: Raster Support Data types
}}}
I traced this back to the sql generated file, and it starts spitting out
the whole section of Raster Support Data Types as plain text right after
ST_DFullyWithin.
Maybe I just have to excluse that section cause it doesn't fit method
pattern
{{{
SELECT 'ST_DFullyWithin NULLRaster(rastA, rastB, distance_of_srid): End
Testing null against other types';
Raster Support Data types
This section lists the PostgreSQL data types specifically
created to support raster functionality.
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5926>
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