v29-0004-FIXME-bump-catversion.patch
text/x-patch
Filename: v29-0004-FIXME-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 v29-0004
Subject: FIXME: bump catversion
| File | + | − |
|---|---|---|
| src/include/catalog/catversion.h | 2 | 1 |
From c741713bf6fa05030d91652da7cb54264ac25e47 Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Fri, 24 Oct 2025 11:47:50 +0300 Subject: [PATCH v29 4/6] FIXME: bump catversion To avoid constant CF-bot complains, make catversion bump in a separate commit. This is to be squashed with the main commit before pushing. 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 2fa6c8c60f0..b0162c2bf63 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,7 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202512061 +// FIXME: bump it +#define CATALOG_VERSION_NO 999999999 #endif -- 2.47.3