Re: Checkpoints occur too frequently - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Checkpoints occur too frequently
Date
Msg-id 26322.1103083008@sss.pgh.pa.us
Whole thread Raw
In response to Re: Checkpoints occur too frequently  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Checkpoints occur too frequently  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Simon Riggs <simon@2ndquadrant.com> writes:
> I'd say no code changes for 8.0, now we know what's causing it. A doc
> patch to show the limit is probably just going to annoy the translators
> at this stage also.

We could adjust guc.c to limit checkpoint_segments to the range 1..255
without having to touch any translatable strings.  This isn't a
necessary change but it seems harmless ... any objections?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Checkpoints occur too frequently
Next
From: Luojia Chen
Date:
Subject: Re: postgresql-8.0.0 beta5 & postgresql-7.4.6 can't compile