Re: Postgres service stops when I kill client backend on Windows - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Postgres service stops when I kill client backend on Windows
Date
Msg-id CAB7nPqR2uxgBxZy2uhj_x8iJ1ty4VxXGX09MHs6nqmfgtO_bCA@mail.gmail.com
Whole thread Raw
In response to Re: Postgres service stops when I kill client backend on Windows  (Ali Akbar <the.apaan@gmail.com>)
Responses Re: Postgres service stops when I kill client backend on Windows  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On Sun, Oct 11, 2015 at 8:54 AM, Ali Akbar <the.apaan@gmail.com> wrote:
> C:\Windows\system32>taskkill /F /PID 2080
> SUCCESS: The process with PID 2080 has been terminated.

taskkill /f *forcefully* terminates the process targeted [1]. Isn't
that equivalent to a kill -9? If you headshot a backend process on
Linux with kill -9, an instance won't restart either.
[1]: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/taskkill.mspx?mfr=true
-- 
Michael



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates
Next
From: Tom Lane
Date:
Subject: Re: Postgres service stops when I kill client backend on Windows