v28-0004-FIXME-bump-catversion.patch

text/x-patch

Filename: v28-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 v28-0004
Subject: FIXME: bump catversion
File+
src/include/catalog/catversion.h 2 1
From c7ecdaea65d13114f32c1c2304fafd8500c2b365 Mon Sep 17 00:00:00 2001
From: Maxim Orlov <orlovmg@gmail.com>
Date: Fri, 24 Oct 2025 11:47:50 +0300
Subject: [PATCH v28 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 d13ed62af46..b0162c2bf63 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -57,6 +57,7 @@
  */
 
 /*							yyyymmddN */
-#define CATALOG_VERSION_NO	202512051
+// FIXME: bump it
+#define CATALOG_VERSION_NO	999999999
 
 #endif
-- 
2.47.3