Re: increasing the default WAL segment size

From: Andres Freund <andres(at)anarazel(dot)de>
To: Beena Emerson <memissemerson(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: increasing the default WAL segment size
Date: 2017-09-20 05:06:32
Message-ID: 20170920050632.ksvz45eqso2rgkki@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2017-09-14 11:31:33 +0530, Beena Emerson wrote:
> The change looks good and is working as expected.
> PFA the updated patch after running pgindent.

I've pushed this version. Yay! Thanks for the work Beena, everyone!

The only change I made is to run the pg_upgrade tests with a 1 MB
segment size, as discussed in [1]. We'll probably want to refine that,
but let's discuss that in the other thread.

Regards,

Andres

[1] http://archives.postgresql.org/message-id/20170919175457.liz3oreqiambuhca%40alap3.anarazel.de

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2017-09-20 05:22:30 Utilities for quoting literals and identifiers in Pg TAP tests
Previous Message Andres Freund 2017-09-20 05:04:30 pgsql: Make WAL segment size configurable at initdb time.