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

From Bruce Momjian
Subject Re: Fix for erroneous warning on Shutdown
Date
Msg-id 200406160058.i5G0whP15876@candle.pha.pa.us
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
Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > Shutdown was via CTRL-C....make a difference?
>
> Wouldn't think so.
>
> I can force the message to appear if I do a *manual* CHECKPOINT command
> within thirty seconds of startup.  I'm not sure if that should be
> considered wrong or not, but in any case it doesn't seem to be what
> you're describing.

It is wrong.  The message should not appear if you issue CHECKPOINT.

I just did CHECKPOINT;CHECKPOINT and got the warning in the logs.  This
needs to be fixed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PITR Archival
Next
From: Tom Lane
Date:
Subject: Re: Fix for erroneous warning on Shutdown