| From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | pg_terminate_backend |
| Date: | 2006-08-03 00:48:08 |
| Message-ID: | 44D147C8.5000507@pse-consulting.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Since I have a stuck backend without client again, I'll have to kill -SIGTERM a backend. Fortunately, I do
have console access to that machine and it's not win32 but a decent OS. For other cases I'd really really really
appreciate if that function would make it into 8.2.
utils/adt/misc.c says:
#*ifdef* NOT_USED
//* Disabled in 8.0 due to reliability concerns; FIXME someday *//
Datum
*pg_terminate_backend*(PG_FUNCTION_ARGS)
Well, AFAIR there were no more issues raised about code paths that don't clean up correctly, so can we please
remove that comment and make the function live finally?
Regards,
Andreas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2006-08-03 01:17:51 | Re: pg_terminate_backend |
| Previous Message | Joe Conway | 2006-08-03 00:18:39 | VALUES clause memory optimization (was: Values list-of-targetlists patch...) |