diff options
author | Joe Conway <mail@joeconway.com> | 2022-11-19 17:55:52 -0500 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2022-11-19 17:55:52 -0500 |
commit | ed1d3132d27503cbae0198b2da172b17c0d4f86b (patch) | |
tree | 0e4623cad3d17aadd0291d1b6d748e73f7819914 /src | |
parent | 8c954168cff4630ae94df649b458f4a3aad6d9a7 (diff) | |
download | postgresql-ed1d3132d27503cbae0198b2da172b17c0d4f86b.tar.gz postgresql-ed1d3132d27503cbae0198b2da172b17c0d4f86b.zip |
Fix catversion
Commit 2fb6154fc didn't quite get the catversion correct per usual
norms. Fix it. Reported by Rishu Bagga.
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 b3a57136b75..775e3a5db5f 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202211821 +#define CATALOG_VERSION_NO 202211181 #endif |