File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,27 @@ Change pg_backend_memory_contexts.level and pg_log_backend_memory_contexts() to
192
192
<para>
193
193
These were previously zero-based.
194
194
</para>
195
+ </listitem>
196
+
197
+ <!--
198
+ Author: Peter Eisentraut <peter@eisentraut.org>
199
+ 2024-10-16 [04bec894a04] initdb: Change default to using data checksums.
200
+ -->
201
+
202
+ <listitem>
203
+ <para>
204
+ initdb defaults to enabling data checksums
205
+ <ulink url="&commit_baseurl;04bec894a04">§</ulink>
206
+ </para>
207
+
208
+ <para>
209
+ The previous default behavior (checksums disabled) can be obtained using the
210
+ new option --no-data-checksums. Note that pg_upgrade will reject upgrading
211
+ between clusters with different checksum settings, so if the old cluster does
212
+ not have checksums enabled (the previous default), then the new cluster will
213
+ need to be initialized with --no-data-checksums in order to allow pg_upgrade
214
+ to succeed.
215
+ </para>
195
216
</listitem>
196
217
197
218
</itemizedlist>
You can’t perform that action at this time.
0 commit comments