pgsql: docs: Adapt wal_segment_size docs to fc49e24fa69. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: docs: Adapt wal_segment_size docs to fc49e24fa69.
Date
Msg-id E1gLJz3-0002TE-Iu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Adapt wal_segment_size docs to fc49e24fa69.

Before this change the docs weren't adapted to the fact that
wal_segment_size is now measured in bytes, rather than multiples of
wal_block_size.

Author: David Steele
Discussion: https://postgr.es/m/68ea97d6-2ed9-f339-e57d-ab3a33caf3b1@pgmasters.net
Backpatch: 11-, like fc49e24fa69 itself.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/431b25c9b123e2b41bab5c43f5e71996d0a7889e

Modified Files
--------------
doc/src/sgml/config.sgml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: docs: Adapt wal_segment_size docs to fc49e24fa69.
Next
From: David Steele
Date:
Subject: Re: pgsql: Make WAL segment size configurable at initdb time.