Обсуждение: Assertion fails with POSTGIS

Поиск
Список
Период
Сортировка

Assertion fails with POSTGIS

От
Ольга Ольга
Дата:
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

Re: Assertion fails with POSTGIS

От
Tom Lane
Дата:
=?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