| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Further post-revert cleanup after online checksums |
| Date: | 2026-09-17 21:23:37 |
| Message-ID: | E1x7JZx-00000000A9y-2ldz@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Further post-revert cleanup after online checksums
When reverting I had missed updating the documentation for tracking data
checksum failures and the checksum version in the REDO record. The test-
code for enabling and disabling checksums offline was originally kept to
minimize backpatching conflicts, but the amount of testcode backpatching
doesn't really warrant keeping dead code.
Since no version has been shipped since bumping XLOG_PAGE_MAGIC it is
left at the previous bump version.
Reported-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reported-by: Manuel Reyes Bravo <manuelreyesbravo(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHGQGwFLNCA9nVHSsC_=G_mvsK_fAFb+QbJAL7=R9cK2PL9ZBQ@mail.gmail.com
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/6b0760a10a32f2471c22eed7102f77c18d836423
Modified Files
--------------
doc/src/sgml/monitoring.sgml | 15 +++++--------
src/include/access/xlog_internal.h | 1 -
src/test/perl/PostgreSQL/Test/Cluster.pm | 36 --------------------------------
3 files changed, 5 insertions(+), 47 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-09-17 22:22:34 | Re: pgsql: Revert online data checksum transitions |
| Previous Message | Daniel Gustafsson | 2026-09-17 16:53:20 | Re: pgsql: Revert online data checksum transitions |