Re: Win32 hard crash problem

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Dave Cramer" <pg(at)fastcrypt(dot)com>, "Merlin Moncure" <mmoncure(at)gmail(dot)com>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Win32 hard crash problem
Date: 2006-10-02 06:05:27
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FC05@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Drake 2006-10-02 06:10:27 Re: src/tools/msvc usage instructions
Previous Message Magnus Hagander 2006-10-02 06:04:22 Re: src/tools/msvc usage instructions