Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3848a14

Browse files
committed
redo record -> undo record, Tom Lane.
1 parent9478206 commit3848a14

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 theredo record are removed, so checkpoints are used to free
246+
before theundo 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)

[8]ページ先頭

©2009-2025 Movatter.jp