On Wed, Mar 3, 2010 at 10:32, Dhimant Patel <drp4kri@gmail.com> wrote:
> Hi All,
>
> I am working with latest source downloaded from postgres org site.
> I compiled and installed the source with --with-wal-segsize=2, assuming it
> should give me 4MB size xlog files. (As per the documentation it is a power
> of 2 value.)
Erm "it must be a power of 2" not "It will times it by 2"... So 2
being a power of 2 should give you 2MB. It should fail with say 3MB
or any non power of 2 number.