Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a34ec0a

Browse files
committed
Fix typo:
< * Allow WAL traffic to be steamed to another server for stand-by > * Allow WAL traffic to be streamed to another server for stand-by
1 parent 7caaf8a commit a34ec0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Mon Sep 19 22:16:41 EDT 2005
5+
Last updated: Mon Sep 19 22:21:26 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -897,7 +897,7 @@ Write-Ahead Log
897897
into a partially-written page, but later the full page will be
898898
replaced from WAL.
899899

900-
* Allow WAL traffic to be steamed to another server for stand-by
900+
* Allow WAL traffic to be streamed to another server for stand-by
901901
replication
902902
* Reduce WAL traffic so only modified values are written rather than
903903
entire rows?

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Sep 19 22:16:41 EDT 2005
11+
Last updated: Mon Sep 19 22:21:26 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -813,7 +813,7 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
813813
replaced from WAL.
814814
</p>
815815
</li></ul>
816-
</li><li>Allow WAL traffic to be steamed to another server for stand-by
816+
</li><li>Allow WAL traffic to be streamed to another server for stand-by
817817
replication
818818
</li><li>Reduce WAL traffic so only modified values are written rather than
819819
entire rows?

0 commit comments

Comments
 (0)