Opened 40 hours ago
Closed 38 hours ago
#5926 closed defect (fixed)
raster garden tests are broken
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.4 |
Component: | QA/testsuite | Version: | 3.5.x |
Keywords: | Cc: |
Description
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.
Change History (3)
comment:1 by , 38 hours ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 38 hours ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
In 8060d5e/git: