v24-0005-TEST-bump-catversion.patch
text/x-patch
Filename: v24-0005-TEST-bump-catversion.patch
Type: text/x-patch
Part: 5
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 v24-0005
Subject: TEST: bump catversion
| File | + | − |
|---|---|---|
| src/include/catalog/catversion.h | 2 | 1 |
From f2b9d137e0f6fa1336883d55f42b2fecf5f2fcd9 Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Fri, 24 Oct 2025 11:47:50 +0300 Subject: [PATCH v24 5/8] TEST: bump catversion To avoid constant CF-bot complains, make catversion bump in a separate commit. NOTE: keep it in sync with MULTIXACTOFFSET_FORMATCHANGE_CAT_VER --- src/include/catalog/catversion.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 7eefca1ae42..b0162c2bf63 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,7 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202511101 +// FIXME: bump it +#define CATALOG_VERSION_NO 999999999 #endif -- 2.47.3