Re: Win32 hard crash problem - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Win32 hard crash problem
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC05@algol.sollentuna.se
Whole thread Raw
In response to Re: Win32 hard crash problem  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
> IIRC there is no real SIGINT on Windows, so it can only come
> from a postgres program. The windows shutdown could be
> calling pg_ctl to stop the service, of course.

Well, not quite that, but it will send a service command to the running
pg_ctl (which is our "service supervisor"), which *will* respond with a
SIGINT to the postmaster.


//Magnus


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: src/tools/msvc usage instructions
Next
From: Jeremy Drake
Date:
Subject: Re: src/tools/msvc usage instructions