summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-10-22 10:08:47 +0900
committerMichael Paquier <michael@paquier.xyz>2025-10-22 10:08:47 +0900
commit2519fa836235d371a6d7f5c2eb3a8f379120a988 (patch)
tree6c0b4cbd026b53964cd6d5596cca71057fa73433 /src
parent2b75c38b707a070922231de667a0bd08ee71b268 (diff)
Bump catalog version for new function error_on_null()
Oversight in 2b75c38b707a. No comments. Discussion: https://postgr.es/m/aPgu7kwiT4iGo6Ya@paquier.xyz
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
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