summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2025-10-22 01:08:47 +0000
committerMichael Paquier2025-10-22 01:08:47 +0000
commit2519fa836235d371a6d7f5c2eb3a8f379120a988 (patch)
tree6c0b4cbd026b53964cd6d5596cca71057fa73433
parent2b75c38b707a070922231de667a0bd08ee71b268 (diff)
Bump catalog version for new function error_on_null()
Oversight in 2b75c38b707a. No comments. Discussion: https://postgr.es/m/[email protected]
-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