Bump catalog version for new function error_on_null()
authorMichael Paquier <michael@paquier.xyz>
Wed, 22 Oct 2025 01:08:47 +0000 (10:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 22 Oct 2025 01:08:47 +0000 (10:08 +0900)
Oversight in 2b75c38b707a.  No comments.

Discussion: https://postgr.es/m/aPgu7kwiT4iGo6Ya@paquier.xyz

src/include/catalog/catversion.h

index 69c0545a86b54ead10f8ff71ee01694e0dfafe3c..1b0b16a343f5b4aa4b3cf951905a12842258bebd 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 202510091
+#define CATALOG_VERSION_NO 202510221
 
 #endif