diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-07-27 16:18:21 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-07-27 16:18:21 -0400 |
commit | 5f858dd3bebd1f3845aef2bff7f4345bfb7b74b3 (patch) | |
tree | ef30a3dc14b06ad656feea88975b5a25238cbb3a | |
parent | 3ac88fddd92cc3fd8475a2f5f33837dc18d2057b (diff) | |
download | postgresql-5f858dd3bebd1f3845aef2bff7f4345bfb7b74b3.tar.gz postgresql-5f858dd3bebd1f3845aef2bff7f4345bfb7b74b3.zip |
Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.
The catalog contents haven't changed, but it's good to make clear
that initdb is required. Changing RELMAPPER_FILEMAGIC would be more
appropriate, but that doesn't actually produce a useful diagnostic,
so cheat by doing this instead.
Discussion: http://postgr.es/m/20220727171939.6ixixqcjt5riil2o@alvherre.pgsql
-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 90379e05cbc..988f6e40033 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202207211 +#define CATALOG_VERSION_NO 202207271 #endif |