Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.
authorRobert Haas <rhaas@postgresql.org>
Wed, 27 Jul 2022 20:18:21 +0000 (16:18 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 27 Jul 2022 20:18:21 +0000 (16:18 -0400)
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

src/include/catalog/catversion.h

index 90379e05cbc7416f74449eadac4477366bc9245e..988f6e40033d4b8f5d3e5427becbe9b989cc8342 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 202207211
+#define CATALOG_VERSION_NO 202207271
 
 #endif