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/%22%24PHP_SELF?a=commitdiff_plain;h=2519fa836235d371a6d7f5c2eb3a8f379120a988;p=users%2Frhaas%2Fpostgres.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 69c0545a86..1b0b16a343 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