Re: [HACKERS] Fast or immediate shutdown

2010-02-19 Thread Robert Haas
On Fri, Feb 19, 2010 at 2:48 PM, Bruce Momjian wrote: > Simon Riggs wrote: >> On Wed, 2009-12-16 at 17:04 +0200, Peter Eisentraut wrote: >> > On tis, 2009-12-15 at 17:19 +, Simon Riggs wrote: >> > > running with log_checkpoints = on >> > > >> > > pg_ctl -D foo -m fast stop >> > > >> > > log sa

Re: [HACKERS] Fast or immediate shutdown

2010-02-19 Thread Bruce Momjian
Simon Riggs wrote: > On Wed, 2009-12-16 at 17:04 +0200, Peter Eisentraut wrote: > > On tis, 2009-12-15 at 17:19 +, Simon Riggs wrote: > > > running with log_checkpoints = on > > > > > > pg_ctl -D foo -m fast stop > > > > > > log says > > > > > > LOG: received fast shutdown request > > > LOG

Re: [HACKERS] Fast or immediate shutdown

2009-12-18 Thread Peter Eisentraut
On ons, 2009-12-16 at 15:42 +, Simon Riggs wrote: > I suggest we say "smoothed" when checkpoint option is !immediate. So > we > will remove the word "immediate" from the message. The opposite of smooth could be sharp. :) -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)

Re: [HACKERS] Fast or immediate shutdown

2009-12-16 Thread Simon Riggs
On Wed, 2009-12-16 at 17:04 +0200, Peter Eisentraut wrote: > On tis, 2009-12-15 at 17:19 +, Simon Riggs 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 > >

Re: [HACKERS] Fast or immediate shutdown

2009-12-16 Thread Peter Eisentraut
On tis, 2009-12-15 at 17:19 +, Simon Riggs 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 > > Som

Re: [HACKERS] Fast or immediate shutdown

2009-12-15 Thread Robert Haas
On Tue, Dec 15, 2009 at 12:19 PM, Simon Riggs 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

[HACKERS] Fast or immediate shutdown

2009-12-15 Thread Simon Riggs
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, tho