From 4db0fdc198382e6942a46e163eb076b7e97bc384 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Wed, 18 Dec 2024 11:41:48 +0200
Subject: [PATCH v10 13/14] Initialize old test clusters with checksums

because the default changed to checksums-on in v18.
---
 src/bin/pg_upgrade/t/005_offset.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/pg_upgrade/t/005_offset.pl b/src/bin/pg_upgrade/t/005_offset.pl
index 1cfd8b364a9..98a6be3abd8 100644
--- a/src/bin/pg_upgrade/t/005_offset.pl
+++ b/src/bin/pg_upgrade/t/005_offset.pl
@@ -220,6 +220,7 @@ sub create_node
 		extra => [
 			$multi ? ('-m', $multi) : (),
 			$offset ? ('-o', $offset) : (),
+			('-k'),
 		]);
 
 	# Fixup MOX patch quirk
-- 
2.39.5

