From: Andres Freund Date: Sat, 10 Nov 2018 03:24:05 +0000 (-0800) Subject: docs: Adapt wal_segment_size docs to fc49e24fa69. X-Git-Tag: REL_12_BETA1~1266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc1670bad9bfa138be1c790d529249e0706d38e;p=postgresql 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. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 567d2246e8..0f8f2ef920 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8445,11 +8445,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Reports the number of blocks (pages) in a WAL segment file. - The total size of a WAL segment file in bytes is equal to - wal_segment_size multiplied by wal_block_size; - by default this is 16MB. See for - more information. + Reports the size of write ahead log segments. The default value is + 16MB. See for more information.