Skip to content

Commit 022eb28

Browse files
committed
Fix typo.
1 parent c813d03 commit 022eb28

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.18 2002/08/30 16:53:34 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.19 2002/09/06 20:08:06 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
@@ -308,7 +308,7 @@
308308
WAL. Ordinarily, when old log segment files are no longer needed,
309309
they are recycled (renamed to become the next sequential future
310310
segments). If, due to a short-term peak of log output rate, there
311-
are more than <varname>CHECKPOINT_SEGMENTS</varname>) + 1 segment files,
311+
are more than <varname>CHECKPOINT_SEGMENTS</varname> + 1 segment files,
312312
the unneeded segment files will be deleted instead of recycled until the
313313
system gets back under this limit.
314314
</para>

0 commit comments

Comments
 (0)