Cancel/Kill backend functions - Mailing list pgsql-patches

From Magnus Hagander
Subject Cancel/Kill backend functions
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BA78@algol.sollentuna.se
Whole thread Raw
Responses Re: Cancel/Kill backend functions
List pgsql-patches
Per previous discussions, here are two functions to send INT and TERM
signals to other backends.They permit only INT and TERM, and permits
sending only to postgresql backends (as registered in pgstat).

Documentation to follow. I'd appreciate some pointers as to where to put
this. A new section "Managing Connections" under "Server Administration"
seems like perhaps a good place to put it, but might be overkill?


//Magnus

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Disabling triggers / constraints
Next
From: "Magnus Hagander"
Date:
Subject: pgstat exec cleanup