[PostGIS] #5841: Pg18 changes pqsignal() return
PostGIS
trac at osgeo.org
Thu Jan 23 13:58:49 PST 2025
#5841: Pg18 changes pqsignal() return
----------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.6.0
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by Paul Ramsey <pramsey@…>):
In [changeset:"1f7c3150b47ac75059ede6ee4cc8cec30bf5f5ea/git"
1f7c3150/git]:
{{{#!CommitTicketReference repository="git"
revision="1f7c3150b47ac75059ede6ee4cc8cec30bf5f5ea"
Rework interrupt handling and remove signal handling
from PostGIS. PostGIS does not need to capture signals,
it just needs to look at the state flags exposed by
PgSQL (QueryCancelPending || ProcDiePending) from
time to time and interrupt itself if they are set.
References #5841
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5841#comment:2>
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