Re: Fix for erroneous warning on Shutdown

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fix for erroneous warning on Shutdown
Date: 2004-06-15 19:17:06
Message-ID: 1087327026.12015.59.camel@stromboli
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

On Tue, 2004-06-15 at 19:33, Tom Lane wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-06-15 19:24:46 Re: Fix for erroneous warning on Shutdown
Previous Message Tom Lane 2004-06-15 18:33:21 Re: Fix for erroneous warning on Shutdown

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-06-15 19:24:46 Re: Fix for erroneous warning on Shutdown
Previous Message Tom Lane 2004-06-15 18:33:21 Re: Fix for erroneous warning on Shutdown