Fast or immediate shutdown - Mailing list pgsql-hackers

From Simon Riggs
Subject Fast or immediate shutdown
Date
Msg-id 1260897552.1955.5121.camel@ebony
Whole thread Raw
Responses Re: Fast or immediate shutdown  (Robert Haas <robertmhaas@gmail.com>)
Re: Fast or immediate shutdown  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
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

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Closing out CommitFest 2009-11
Next
From: Robert Haas
Date:
Subject: Re: Fast or immediate shutdown