@@ -2417,27 +2417,6 @@ include_dir 'conf.d'
24172417 <title>Checkpoints</title>
24182418
24192419 <variablelist>
2420- <varlistentry id="guc-max-wal-size" xreflabel="max_wal_size">
2421- <term><varname>max_wal_size</varname> (<type>integer</type>)
2422- <indexterm>
2423- <primary><varname>max_wal_size</> configuration parameter</primary>
2424- </indexterm>
2425- </term>
2426- <listitem>
2427- <para>
2428- Maximum size to let the WAL grow to between automatic WAL
2429- checkpoints. This is a soft limit; WAL size can exceed
2430- <varname>max_wal_size</> under special circumstances, like
2431- under heavy load, a failing <varname>archive_command</>, or a high
2432- <varname>wal_keep_segments</> setting. The default is 1 GB.
2433- Increasing this parameter can increase the amount of time needed for
2434- crash recovery.
2435- This parameter can only be set in the <filename>postgresql.conf</>
2436- file or on the server command line.
2437- </para>
2438- </listitem>
2439- </varlistentry>
2440-
24412420 <varlistentry id="guc-checkpoint-timeout" xreflabel="checkpoint_timeout">
24422421 <term><varname>checkpoint_timeout</varname> (<type>integer</type>)
24432422 <indexterm>
@@ -2494,6 +2473,27 @@ include_dir 'conf.d'
24942473 </listitem>
24952474 </varlistentry>
24962475
2476+ <varlistentry id="guc-max-wal-size" xreflabel="max_wal_size">
2477+ <term><varname>max_wal_size</varname> (<type>integer</type>)
2478+ <indexterm>
2479+ <primary><varname>max_wal_size</> configuration parameter</primary>
2480+ </indexterm>
2481+ </term>
2482+ <listitem>
2483+ <para>
2484+ Maximum size to let the WAL grow to between automatic WAL
2485+ checkpoints. This is a soft limit; WAL size can exceed
2486+ <varname>max_wal_size</> under special circumstances, like
2487+ under heavy load, a failing <varname>archive_command</>, or a high
2488+ <varname>wal_keep_segments</> setting. The default is 1 GB.
2489+ Increasing this parameter can increase the amount of time needed for
2490+ crash recovery.
2491+ This parameter can only be set in the <filename>postgresql.conf</>
2492+ file or on the server command line.
2493+ </para>
2494+ </listitem>
2495+ </varlistentry>
2496+
24972497 <varlistentry id="guc-min-wal-size" xreflabel="min_wal_size">
24982498 <term><varname>min_wal_size</varname> (<type>integer</type>)
24992499 <indexterm>
0 commit comments