File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 152152 </para>
153153 </listitem>
154154
155+ <listitem>
156+ <para>
157+ The configuration parameter <varname>checkpoint_segments</varname> has
158+ been removed. Its place is taken by the new
159+ setting <xref linkend="guc-max-wal-size">. If you had previously
160+ tuned <varname>checkpoint_segments</varname>, the following formula will
161+ give you an approximately equivalent setting:
162+ <programlisting>
163+ max_wal_size = (3 * checkpoint_segments) * 16MB
164+ </programlisting>
165+ Note that the default setting for <varname>max_wal_size</varname> is
166+ much higher than the default <varname>checkpoint_segments</varname> used
167+ to be, so setting this might no longer be necessary.
168+ </para>
169+ </listitem>
170+
155171 <listitem>
156172<!--
1571732015-07-28 [6087d95] Andres..: Remove ssl renegotiation support.
You can’t perform that action at this time.
0 commit comments