Fast or immediate shutdown

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fast or immediate shutdown
Date: 2009-12-15 17:19:12
Message-ID: 1260897552.1955.5121.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2009-12-15 17:27:43 Closing out CommitFest 2009-11
Previous Message Greg Smith 2009-12-15 17:10:09 Re: [patch] executor and slru dtrace probes