v10-0013-Initialize-old-test-clusters-with-checksums.patch
text/x-patch
Filename: v10-0013-Initialize-old-test-clusters-with-checksums.patch
Type: text/x-patch
Part: 12
Message:
Re: POC: make mxidoff 64 bits
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v10-0013
Subject: Initialize old test clusters with checksums
| File | + | − |
|---|---|---|
| src/bin/pg_upgrade/t/005_offset.pl | 1 | 0 |
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