File tree Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<itemizedlist>
55
55
56
+ <!--
57
+ Author: Peter Eisentraut <peter@eisentraut.org>
58
+ 2024-10-16 [04bec894a04] initdb: Change default to using data checksums.
59
+ -->
60
+
61
+ <listitem>
62
+ <para>
63
+ Change initdb default to enable data checksums
64
+ <ulink url="&commit_baseurl;04bec894a04">§</ulink>
65
+ </para>
66
+
67
+ <para>
68
+ Checksums can be disabled with the new initdb option --no-data-checksums.
69
+ pg_upgrade requires matching cluster checksum settings, so this new
70
+ option can be useful to upgrade non-checksum old clusters.
71
+ </para>
72
+ </listitem>
73
+
56
74
<!--
57
75
Author: Tom Lane <tgl@sss.pgh.pa.us>
58
76
2025-01-16 [d7674c9fa] Seek zone abbreviations in the IANA data before timezone
@@ -192,27 +210,6 @@ Change pg_backend_memory_contexts.level and pg_log_backend_memory_contexts() to
192
210
<para>
193
211
These were previously zero-based.
194
212
</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>
216
213
</listitem>
217
214
218
215
</itemizedlist>
You can’t perform that action at this time.
0 commit comments