Re: formula about the number of WAL files - Mailing list pgsql-docs

From Simon Riggs
Subject Re: formula about the number of WAL files
Date
Msg-id 1287150537.1725.1452.camel@ebony
Whole thread Raw
In response to Re: formula about the number of WAL files  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: formula about the number of WAL files  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-docs
On Fri, 2010-10-15 at 19:44 +0900, Fujii Masao wrote:

> As the result of the above, the maximum number of WAL files in
> pg_xlog is
>
>     (2 + checkpoint_completion_target) * checkpoint_segments + 1
>
>     or
>
>     wal_keep_segments + checkpoint_segments + 1
>
> So the original description seems to be correct. Am I missing
> something?

After some thought, I agree.

> # My previous proposal is definitely wrong. Sorry for noise.

I'd say the definition of wal_keep_segments isn't good, which is what is
causing the problem here. Will sort that out another day.

I will update the current code with some comments, so this doesn't
happen again. Will do this on Tuesday now, no time left here.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Development, 24x7 Support, Training and Services


pgsql-docs by date:

Previous
From: Fujii Masao
Date:
Subject: Re: formula about the number of WAL files
Next
From: Peter Eisentraut
Date:
Subject: Re: Documenting removal of nonnullvalue() and friends