v16-0007-TEST-bump-catver.patch
application/octet-stream
Filename: v16-0007-TEST-bump-catver.patch
Type: application/octet-stream
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 v16-0007
Subject: TEST: bump catver
| File | + | − |
|---|---|---|
| src/bin/pg_upgrade/pg_upgrade.h | 1 | 1 |
| src/include/catalog/catversion.h | 1 | 1 |
From 877c76cef1db331bd8782f92f63224f317d7df18 Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Wed, 13 Nov 2024 16:34:34 +0300 Subject: [PATCH v16 7/7] TEST: bump catver --- src/bin/pg_upgrade/pg_upgrade.h | 2 +- src/include/catalog/catversion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h index e9c5d3177f..ca4fcbf66c 100644 --- a/src/bin/pg_upgrade/pg_upgrade.h +++ b/src/bin/pg_upgrade/pg_upgrade.h @@ -119,7 +119,7 @@ extern char *output_files[]; * * XXX: should be changed to the actual CATALOG_VERSION_NO on commit. */ -#define MULTIXACTOFFSET_FORMATCHANGE_CAT_VER 202504092 +#define MULTIXACTOFFSET_FORMATCHANGE_CAT_VER 202506302 /* * large object chunk size added to pg_controldata, diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index ff9ffd9d47..6631a3008a 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202506301 +#define CATALOG_VERSION_NO 202506302 #endif -- 2.49.0