]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pg_upgrade: Message wording fix
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jul 2026 14:56:37 +0000 (16:56 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jul 2026 15:00:35 +0000 (17:00 +0200)
For internally consistent terminology

src/bin/pg_upgrade/controldata.c

index 02ea02df60f7ffd62c373018bd6eb52b5db3baa6..b3bd4ccde83190459afd677b600f0fee02bc9ee6 100644 (file)
@@ -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