Re: Fast or immediate shutdown

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fast or immediate shutdown
Date: 2009-12-15 18:14:55
Message-ID: 603c8f070912151014o723d19fbqfcc4b2e808550151@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 15, 2009 at 12:19 PM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> running with log_checkpoints = on
>
> pg_ctl -D foo -m fast stop
>
> log says
>
> LOG:  received fast shutdown request
> LOG:  aborting any active transactions
> LOG:  shutting down
> LOG:  restartpoint starting: shutdown immediate
>
> Some of us know that the "immediate" word refers to the restartpoint
> request, though that word causes conceptual conflict with the shutdown
> mode, which was fast, not immediate.
>
> Think we need to change the wording of this
>
> LOG:  restartpoint starting: shutdown immediate
>
> so it is clearer what we mean

We could insert the words "with flags" just before the colon, I suppose.

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-12-15 18:15:18 Re: Range types
Previous Message Robert Haas 2009-12-15 18:12:02 Re: Closing out CommitFest 2009-11