From 078aac2ed649f983e52f039ded9014bf6447963e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Jul 2026 16:56:37 +0200 Subject: [PATCH] pg_upgrade: Message wording fix For internally consistent terminology --- src/bin/pg_upgrade/controldata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_upgrade/controldata.c b/src/bin/pg_upgrade/controldata.c index 02ea02df60f..b3bd4ccde83 100644 --- a/src/bin/pg_upgrade/controldata.c +++ b/src/bin/pg_upgrade/controldata.c @@ -659,7 +659,7 @@ check_control_data(ControlData *oldctrl, * data checksums, before retrying. */ if (oldctrl->data_checksum_version > PG_DATA_CHECKSUM_VERSION) - pg_fatal("checksums are being enabled in the old cluster"); + pg_fatal("data checksums are being enabled in the old cluster"); /* * We might eventually allow upgrades from checksum to no-checksum -- 2.47.3