]> granicus.if.org Git - postgresql/commitdiff
Small grammar fix
authorMagnus Hagander <magnus@hagander.net>
Mon, 31 Aug 2015 12:07:17 +0000 (14:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 31 Aug 2015 12:07:17 +0000 (14:07 +0200)
Josh Kupershmidt

doc/src/sgml/pgprewarm.sgml

index 2989ac393ed4dd20e5b55cad693fd8aa0cc163d9..c090401eca69f56947897958b3d26fbb46abea1e 100644 (file)
@@ -50,10 +50,10 @@ pg_prewarm(regclass, mode text default 'buffer', fork text default 'main',
    using <literal>buffer</literal> &mdash; will likely result in lower-numbered
    blocks being evicted as higher numbered blocks are read in.  Prewarmed data
    also enjoys no special protection from cache evictions, so it is possible
-   for other system activity may evict the newly prewarmed blocks shortly after
-   they are read; conversely, prewarming may also evict other data from cache.
-   For these reasons, prewarming is typically most useful at startup, when
-   caches are largely empty.
+   that other system activity may evict the newly prewarmed blocks shortly
+   after they are read; conversely, prewarming may also evict other data from
+   cache. For these reasons, prewarming is typically most useful at startup,
+   when caches are largely empty.
   </para>
  </sect2>