Fix documentation for max_wal_size and min_wal_size

From: sirisha chamarthi <sirichamarthi22(at)gmail(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix documentation for max_wal_size and min_wal_size
Date: 2023-04-13 19:01:04
Message-ID: CAKrAKeVT5AQr=kQYrU_ULkC9RjbAa3s5uPVsZypqCO7ZxJQ0cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The documentation [1] says max_wal_size and min_wal_size defaults are 1GB
and 80 MB respectively. However, these are configured based on the
wal_segment_size and documentation is not clear about it. Attached a patch
to fix the documentation.

[1] https://www.postgresql.org/docs/devel/runtime-config-wal.html

Thanks,
Sirisha

Attachment Content-Type Size
0001-Fix-documentation-for-max_wal_size-and-min_wal_size-.patch application/octet-stream 1.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-04-13 21:49:14 Re: Backends stunk in wait event IPC/MessageQueueInternal
Previous Message Adam Lippai 2023-04-13 18:35:48 Re: COPY TO STDOUT Apache Arrow support