Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c37e009

Browse files
committed
Update 9.0 release notes so streaming replication and hot standby is not
assumed to require continuous archiving. Per report from Fujii Masao
1 parent 350ab44 commit c37e009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.37 2010/06/30 14:25:24 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.38 2010/07/01 02:33:21 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -398,7 +398,7 @@
398398
<itemizedlist>
399399
<listitem>
400400
<para>
401-
Allow continuous archive standby systems to accept read-only queries
401+
Allow a standby system to accept read-only queries
402402
(Simon Riggs, Heikki Linnakangas)
403403
</para>
404404

@@ -412,7 +412,7 @@
412412

413413
<listitem>
414414
<para>
415-
Allow continuous archive (<acronym>WAL</>) files to be streamed to a
415+
Allow write-ahead log (<acronym>WAL</>) files to be streamed to a
416416
standby system (Fujii Masao, Heikki Linnakangas)
417417
</para>
418418

0 commit comments

Comments
 (0)