[PostGIS] #5693: Database server kill thread
PostGIS
trac at osgeo.org
Thu Mar 14 07:21:31 PDT 2024
#5693: Database server kill thread
----------------------+---------------------------
Reporter: dap42 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Looks like you are running out of data scripts.
Can you run
{{{
SELECT postgis_extensions_upgrade();
}}}
To bring your scripts up to date. I doubt that is the issue, but I have
seen this kind of problem for example when someone is running a 3.2
scripts against 3.3 libs.
Also if you can provide a sample of data to replicate that would help.
For what it's worth, I can't run your example because your rast's aren't
full qualified so there is an ambiguous reference.
I had to change to:
{{{
select st_setUpperLeft(windproc.rast,st_upperLeftx( r.rast),
st_upperLefty(r.rast)) from windproc , (select rast from rtab limit 1) r;
}}}
But can't replicate your issue.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5693#comment:1>
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