v22-0004-TEST-bump-catversion.patch
text/x-patch
Filename: v22-0004-TEST-bump-catversion.patch
Type: text/x-patch
Part: 3
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 v22-0004
Subject: TEST: bump catversion
| File | + | − |
|---|---|---|
| src/include/catalog/catversion.h | 1 | 1 |
From fb77dd55c361514c3419abe47a8fc3c0c3729813 Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Fri, 24 Oct 2025 11:47:50 +0300 Subject: [PATCH v22 4/5] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 593aed7fe21..6a13fa3cdb0 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202511051 +#define CATALOG_VERSION_NO 999999999 #endif -- 2.47.3