mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Doc: Review for "Optionally prefetch referenced data in recovery."
Typos, corrections and language improvements in the docs, and a few in code comments too. Reported-by: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20210409033703.GP6592%40telsasoft.com
This commit is contained in:
@@ -816,9 +816,7 @@
|
||||
prefetching mechanism is most likely to be effective on systems
|
||||
with <varname>full_page_writes</varname> set to
|
||||
<varname>off</varname> (where that is safe), and where the working
|
||||
set is larger than RAM. By default, prefetching in recovery is enabled
|
||||
on operating systems that have <function>posix_fadvise</function>
|
||||
support.
|
||||
set is larger than RAM. By default, prefetching in recovery is disabled.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
Reference in New Issue
Block a user