mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Small grammar fix
Josh Kupershmidt
This commit is contained in:
parent
1c419abffb
commit
bafeb010b2
@ -50,10 +50,10 @@ pg_prewarm(regclass, mode text default 'buffer', fork text default 'main',
|
|||||||
using <literal>buffer</literal> — will likely result in lower-numbered
|
using <literal>buffer</literal> — will likely result in lower-numbered
|
||||||
blocks being evicted as higher numbered blocks are read in. Prewarmed data
|
blocks being evicted as higher numbered blocks are read in. Prewarmed data
|
||||||
also enjoys no special protection from cache evictions, so it is possible
|
also enjoys no special protection from cache evictions, so it is possible
|
||||||
for other system activity may evict the newly prewarmed blocks shortly after
|
that other system activity may evict the newly prewarmed blocks shortly
|
||||||
they are read; conversely, prewarming may also evict other data from cache.
|
after they are read; conversely, prewarming may also evict other data from
|
||||||
For these reasons, prewarming is typically most useful at startup, when
|
cache. For these reasons, prewarming is typically most useful at startup,
|
||||||
caches are largely empty.
|
when caches are largely empty.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user