Re: max_wal_size

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: max_wal_size
Date: 2020-05-27 10:16:49
Message-ID: 5d9bf1bd-d322-ba24-ce89-fa6029eb6615@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Am 27.05.20 um 12:11 schrieb Pavel Luzanov:
> Hello,
>
> About parameter max_wal_size the documentation
> <https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-MAX-WAL-SIZE>
> says: "Maximum size to let the WAL grow to between automatic WAL
> checkpoints."
> Is it correct?
>
> The size between automatic WAL checkpoints or the size of all WAL
> files in the pg_wal directory?

size between checkpoints, size of all wal's can be higher, see
wal_keep_segments.

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Pavel Luzanov 2020-05-27 10:26:13 Re: max_wal_size
Previous Message Pavel Luzanov 2020-05-27 10:11:56 max_wal_size