Re: Improve shutdown during online backup, take 4 - Mailing list pgsql-patches

From Tom Lane
Subject Re: Improve shutdown during online backup, take 4
Date
Msg-id 10716.1209250309@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improve shutdown during online backup, take 4  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Responses Re: Improve shutdown during online backup, take 4  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-patches
"Albe Laurenz" <laurenz.albe@wien.gv.at> writes:
> Tom Lane wrote:
>> If you actually want the behavior you propose, then the only correct way
>> to implement it is to embed it into the state machine logic, ie, do the
>> CancelBackup inside PostmasterStateMachine in some state transition
>> taken after the last child is gone.

> I've attached a patch that works for me. I hope I got it right.

Applied with additional cleanup.  You hadn't thought very carefully
about additional state transitions that would have to be introduced
into the postmaster state machine to support a new state --- for
example, as coded a SIGINT delivered to the postmaster after SIGTERM
would fail to do anything at all, when of course it really ought to
force us into fast shutdown.  Also, it's not really that hard to
disallow non-superusers from connecting in PM_WAIT_BACKUP state.

            regards, tom lane

pgsql-patches by date:

Previous
From: Hans-Juergen Schoenig
Date:
Subject: Re: 64-bit CommandIds
Next
From: "Hiroshi Saito"
Date:
Subject: win32mak_patch