Re: Fix for erroneous warning on Shutdown - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Fix for erroneous warning on Shutdown
Date
Msg-id 1087327026.12015.59.camel@stromboli
Whole thread Raw
In response to Re: Fix for erroneous warning on Shutdown  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fix for erroneous warning on Shutdown  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Tue, 2004-06-15 at 19:33, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > As of now, (i.e. even including the new bgwriter shutdown) if you:
> > 1. start postmaster
> > 2. do some work that writes xlog
> > 3. shutdown within some few seconds of startup
> > you get a WARNING suggesting you increase CHECKPOINT_SEGMENTS, which is
> > clearly erroneous since no checkpoint has taken place since startup.
>
> [ scratches head... ]  Not for me.  Are you using any nondefault
> settings in postgresql.conf?

Hmmm...I did a complete re-download of CVS, then a vanilla
configure/make/make install.... with .conf straight from can. I wanted
to be absolutely certain I had got it clean.

Shutdown was via CTRL-C....make a difference?

Damn I hate the wierd ones...if only because of the 90% chance its
something wrong that I've done...

I'll do it again more slowly and report back...

Best Regards, Simon Riggs



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix for erroneous warning on Shutdown
Next
From: Tom Lane
Date:
Subject: Re: Fix for erroneous warning on Shutdown