Cancel/Kill backend functions

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Cancel/Kill backend functions
Date: 2004-05-21 19:07:26
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BA78@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
termbackend.patch application/octet-stream 4.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-05-21 19:26:08 pgstat exec cleanup
Previous Message Tom Lane 2004-05-21 17:51:17 Re: Disabling triggers / constraints