Skip to content

Commit bafeb01

Browse files
committed
Small grammar fix
Josh Kupershmidt
1 parent 1c419ab commit bafeb01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/pgprewarm.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ pg_prewarm(regclass, mode text default 'buffer', fork text default 'main',
5050
using <literal>buffer</literal> &mdash; will likely result in lower-numbered
5151
blocks being evicted as higher numbered blocks are read in. Prewarmed data
5252
also enjoys no special protection from cache evictions, so it is possible
53-
for other system activity may evict the newly prewarmed blocks shortly after
54-
they are read; conversely, prewarming may also evict other data from cache.
55-
For these reasons, prewarming is typically most useful at startup, when
56-
caches are largely empty.
53+
that other system activity may evict the newly prewarmed blocks shortly
54+
after they are read; conversely, prewarming may also evict other data from
55+
cache. For these reasons, prewarming is typically most useful at startup,
56+
when caches are largely empty.
5757
</para>
5858
</sect2>
5959

0 commit comments

Comments
 (0)