Re: --with-wal-segsize in-effective?

From: Alex Hunsaker <badalex(at)gmail(dot)com>
To: Dhimant Patel <drp4kri(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: --with-wal-segsize in-effective?
Date: 2010-03-03 23:31:17
Message-ID: 34d269d41003031531v1e126502vee39d5cb2ae54092@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Mar 3, 2010 at 10:32, Dhimant Patel <drp4kri(at)gmail(dot)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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mikko Partio 2010-03-04 06:47:20 Backup from a hot standby
Previous Message Tom Lane 2010-03-03 18:33:12 Re: Fwd: --with-wal-segsize in-effective?