diff options
| author | Michael Paquier <michael@paquier.xyz> | 2025-10-22 10:08:47 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2025-10-22 10:08:47 +0900 |
| commit | 2519fa836235d371a6d7f5c2eb3a8f379120a988 (patch) | |
| tree | 6c0b4cbd026b53964cd6d5596cca71057fa73433 /src | |
| parent | 2b75c38b707a070922231de667a0bd08ee71b268 (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.h | 2 |
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 |
