From: Michael Paquier Date: Wed, 22 Oct 2025 01:08:47 +0000 (+0900) Subject: Bump catalog version for new function error_on_null() X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=2519fa836235d371a6d7f5c2eb3a8f379120a988;p=postgresql.git Bump catalog version for new function error_on_null() Oversight in 2b75c38b707a. No comments. Discussion: https://postgr.es/m/aPgu7kwiT4iGo6Ya@paquier.xyz --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 69c0545a86b..1b0b16a343f 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202510091 +#define CATALOG_VERSION_NO 202510221 #endif