File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.166 2008/02/16 21:14:08 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.167 2008/03/05 16:59:10 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1584,9 +1584,10 @@ SET ENABLE_SEQSCAN TO OFF;
1584
1584
</indexterm>
1585
1585
<listitem>
1586
1586
<para>
1587
- Maximum distance between automatic WAL checkpoints, in log
1588
- file segments (each segment is normally 16 megabytes). The
1589
- default is three segments.
1587
+ Maximum number of log file segments between automatic WAL
1588
+ checkpoints (each segment is normally 16 megabytes). The default
1589
+ is three segments. Increasing this parameter can increase the
1590
+ amount of time needed for crash recovery.
1590
1591
This parameter can only be set in the <filename>postgresql.conf</>
1591
1592
file or on the server command line.
1592
1593
</para>
@@ -1602,6 +1603,8 @@ SET ENABLE_SEQSCAN TO OFF;
1602
1603
<para>
1603
1604
Maximum time between automatic WAL checkpoints, in
1604
1605
seconds. The default is five minutes (<literal>5min</>).
1606
+ Increasing this parameter can increase the amount of time needed
1607
+ for crash recovery.
1605
1608
This parameter can only be set in the <filename>postgresql.conf</>
1606
1609
file or on the server command line.
1607
1610
</para>
You can’t perform that action at this time.
0 commit comments