mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix recovery_prefetch docs.
Correct a typo and a couple of sentences that weren't updated to reflect recent changes to the code. Reported-by: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220407125555.GC24419%40telsasoft.com
This commit is contained in:
@@ -812,7 +812,7 @@
|
||||
The <xref linkend="guc-maintenance-io-concurrency"/> and
|
||||
<xref linkend="guc-wal-decode-buffer-size"/> settings limit prefetching
|
||||
concurrency and distance, respectively. By default, it is set to
|
||||
<literal>try</literal>, which enabled the feature on systems where
|
||||
<literal>try</literal>, which enables the feature on systems where
|
||||
<function>posix_fadvise</function> is available.
|
||||
</para>
|
||||
</sect1>
|
||||
|
Reference in New Issue
Block a user