1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix typo.

This commit is contained in:
Bruce Momjian
2000-12-20 15:44:00 +00:00
parent c6fc6cfa08
commit 1d46fb8035
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ PostgreSQL code for many years.
Major changes in this release: Major changes in this release:
Write-ahead Log(WAL) - To maintain database consistency in case Write-ahead Log (WAL) - To maintain database consistency in case
of an operating system crash, previous releases of PostgreSQL have of an operating system crash, previous releases of PostgreSQL have
forced all data modifications to disk before each transaction commit. forced all data modifications to disk before each transaction commit.
With WAL, only one log file must be flushed to disk, greatly improving With WAL, only one log file must be flushed to disk, greatly improving

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.68 2000/12/20 03:02:52 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.69 2000/12/20 15:44:00 momjian Exp $
--> -->
<chapter id="release"> <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
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
Write-ahead Log(WAL) Write-ahead Log (WAL)
</term> </term>
<listitem> <listitem>
<para> <para>