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

Commit 1d46fb8

Browse files
committed
Fix typo.
1 parent c6fc6cf commit 1d46fb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PostgreSQL code for many years.
88

99
Major changes in this release:
1010

11-
Write-ahead Log(WAL) - To maintain database consistency in case
11+
Write-ahead Log (WAL) - To maintain database consistency in case
1212
of an operating system crash, previous releases of PostgreSQL have
1313
forced all data modifications to disk before each transaction commit.
1414
With WAL, only one log file must be flushed to disk, greatly improving

doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.69 2000/12/20 15:44:00 momjian Exp $
33
-->
44

55
<chapter id="release">
@@ -31,7 +31,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 mom
3131
<variablelist>
3232
<varlistentry>
3333
<term>
34-
Write-ahead Log(WAL)
34+
Write-ahead Log (WAL)
3535
</term>
3636
<listitem>
3737
<para>

0 commit comments

Comments
 (0)