Re: Changing the state of data checksums in a running cluster

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Michael Banck <mbanck(at)gmx(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Changing the state of data checksums in a running cluster
Date: 2025-03-09 23:35:29
Message-ID: 25edd1d1-e693-4386-bbcc-765ea1820044@vondra.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Seems cfbot was unhappy with the patches, so here's an improved version,
fixing some minor issues in expected output and a compiler warning.

There however seems to be some issue with 003_standby_restarts, which
causes failures on freebsd and macos. I don't know what that is about,
but the test runs much longer than on debian.

regards

--
Tomas Vondra

Attachment Content-Type Size
v20250310-0001-Online-enabling-and-disabling-of-data-chec.patch text/x-patch 137.3 KB
v20250310-0002-simple-post-rebase-fixes.patch text/x-patch 3.0 KB
v20250310-0003-sync-the-data_checksums-GUC-with-the-local.patch text/x-patch 5.0 KB
v20250310-0004-make-progress-reporting-work.patch text/x-patch 12.7 KB
v20250310-0005-update-docs.patch text/x-patch 8.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-03-09 23:38:46 Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET
Previous Message Michael Paquier 2025-03-09 22:55:23 Re: Add regression test checking combinations of (object,backend_type,context) in pg_stat_io