diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2007-12-10 01:48:54 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2007-12-10 01:48:54 +0000 |
commit | a3102ce1ef2da26a4d907b983e81da08982638cd (patch) | |
tree | 637dbdfb6df7d182d858e3d8b778fad303a7e454 | |
parent | c5156c646b369b7c1bb81fc84651191d0913a27c (diff) | |
download | postgresql-a3102ce1ef2da26a4d907b983e81da08982638cd.tar.gz postgresql-a3102ce1ef2da26a4d907b983e81da08982638cd.zip |
Change the "distributed checkpoint" release note item to Greg Smith's proposed
wording.
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 4bb10cbf611..b6d41ee33dc 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.564 2007/12/09 19:01:40 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.565 2007/12/10 01:48:54 alvherre Exp $ --> <!-- Typical markup: @@ -165,7 +165,8 @@ do it for earlier branch release files. <listitem> <para> - Smoothed checkpoints prevent checkpoint I/O spikes + Checkpoint writes can be spread over a longer time period to smooth + the I/O spike during each checkpoint </para> </listitem> @@ -686,8 +687,9 @@ current_date < 2017-11-17 <listitem> <para> - Smoothed checkpoints prevent checkpoint I/O spikes (Itagaki - Takahiro and Heikki Linnakangas) + Checkpoint writes can be spread over a longer time period to smooth + the I/O spike during each checkpoint (Itagaki Takahiro and Heikki + Linnakangas) </para> <para> |