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
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
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)
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
> >
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
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
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