public inbox for [email protected]
help / color / mirror / Atom feedsmall fix for pgprewarm.sgml
2+ messages / 2 participants
[nested] [flat]
* small fix for pgprewarm.sgml
@ 2015-08-26 23:12 Josh Kupershmidt <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Josh Kupershmidt @ 2015-08-26 23:12 UTC (permalink / raw)
To: pgsql-docs
Attached is a small grammar fix for the pg_prewarm doc page.
Josh
diff --git a/doc/src/sgml/pgprewarm.sgml b/doc/src/sgml/pgprewarm.sgml
new file mode 100644
index 2989ac3..c090401
*** a/doc/src/sgml/pgprewarm.sgml
--- b/doc/src/sgml/pgprewarm.sgml
*************** pg_prewarm(regclass, mode text default '
*** 50,59 ****
using <literal>buffer</literal> — 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.
</para>
</sect2>
--- 50,59 ----
using <literal>buffer</literal> — 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
! 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>
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/plain] pgprewarm.sgml.diff (1.3K, 3-pgprewarm.sgml.diff)
download | inline diff:
diff --git a/doc/src/sgml/pgprewarm.sgml b/doc/src/sgml/pgprewarm.sgml
new file mode 100644
index 2989ac3..c090401
*** a/doc/src/sgml/pgprewarm.sgml
--- b/doc/src/sgml/pgprewarm.sgml
*************** pg_prewarm(regclass, mode text default '
*** 50,59 ****
using <literal>buffer</literal> — 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.
</para>
</sect2>
--- 50,59 ----
using <literal>buffer</literal> — 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
! 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>
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: small fix for pgprewarm.sgml
@ 2015-08-31 12:08 Magnus Hagander <[email protected]>
parent: Josh Kupershmidt <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Hagander @ 2015-08-31 12:08 UTC (permalink / raw)
To: Josh Kupershmidt <[email protected]>; +Cc: pgsql-docs
On Thu, Aug 27, 2015 at 1:12 AM, Josh Kupershmidt <[email protected]>
wrote:
> Attached is a small grammar fix for the pg_prewarm doc page.
>
>
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2015-08-31 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26 23:12 small fix for pgprewarm.sgml Josh Kupershmidt <[email protected]>
2015-08-31 12:08 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox