Simon Riggs <simon@2ndquadrant.com> writes:
> Minor patch to correct erroneous warning in cvs tip, believed to be a
> very minor regression.
This patch is wrong; it effectively disables the warning altogether.
> When a shutdown was requested within CHECKPOINT_SECONDS of a checkpoint,
> the shutdown code in the bgwriter (which has does checkpointing) would
> issue the erroneous message:
I don't think so ... the shutdown path doesn't go through this code.
Could you take another look at the cause of what you saw?
regards, tom lane