Assertion fails with POSTGIS

Started by Ольга Ольгаover 6 years ago2 messagesbugs
Jump to latest
#1Ольга Ольга
rikottta@mail.ru

Good day,
 
When I am trying to run SQLSmith on a schema with loaded POSTGIS extension (even when no tables are using POSTGIS types), I am continuously getting:
 
SELECT: rt_raster.c:1443: rt_raster_from_band: Assertion `NULL != raster' failed.
FATAL: the database system is in recovery mode
 
Is there any workaround ?

Best regards,
Olga

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Ольга Ольга (#1)
Re: Assertion fails with POSTGIS

=?UTF-8?B?0J7Qu9GM0LPQsCDQntC70YzQs9Cw?= <rikottta@mail.ru> writes:

When I am trying to run SQLSmith on a schema with loaded POSTGIS extension (even when no tables are using POSTGIS types), I am continuously getting:

SELECT: rt_raster.c:1443: rt_raster_from_band: Assertion `NULL != raster' failed.

Send the PostGIS people a test case ...

regards, tom lane