Postgres segfaults on raster query
Paul Ramsey
pramsey at cleverelephant.ca
Thu Jan 18 18:42:52 PST 2024
You aren’t even hitting the raster subsystem… your target list is rid and your filter is rid… so…?
I’d guess you have a seriously borked install, somehow.
P
> On Jan 18, 2024, at 5:02 PM, Scott <public at postholer.com> wrote:
>
> Here's what's happening:
>
> psql -d mydb
>
> select rid from rastertable where rid = 1;
>
> Psql connection drops, postgres segfaults and restarts.
>
> BUT, if I do a query such as this FIRST:
>
> select postgis_full_version();
>
> Then do other raster queries, it works fine. I suspect I broke something but I'm not sure where to start.
>
> Thanks for any help.
> Scott
>
>
More information about the postgis-users
mailing list