From ef366b7d7e3e66ca55ce80c9dfa3254ada727754 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 9 Apr 2025 09:29:12 +0200 Subject: [PATCH] Perform missed catversion bump Commit c57971034e69ca renamed an argument for a function but missed to bump the catversion to reflect this. Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvqOega=dPtu3h2C5fJWJEuaGCMDib_sVfhKQqgUNJVmFA@mail.gmail.com --- 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 18a1284cf51..3cb695d233c 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202504073 +#define CATALOG_VERSION_NO 202504091 #endif