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

Commit 3848a14

Browse files
committed
redo record -> undo record, Tom Lane.
1 parent 9478206 commit 3848a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/wal.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.5 2001/03/16 05:44:33 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.6 2001/05/15 13:57:37 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
@@ -243,7 +243,7 @@
243243
log (known as the redo record) it should start the REDO operation,
244244
since any changes made to data files before that record are already
245245
on disk. After a checkpoint has been made, any log segments written
246-
before the redo record are removed, so checkpoints are used to free
246+
before the undo records are removed, so checkpoints are used to free
247247
disk space in the <acronym>WAL</acronym> directory. (When
248248
<acronym>WAL</acronym>-based <acronym>BAR</acronym> is implemented,
249249
the log segments can be archived instead of just being removed.)

0 commit comments

Comments
 (0)