From 5f858dd3bebd1f3845aef2bff7f4345bfb7b74b3 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 27 Jul 2022 16:18:21 -0400 Subject: [PATCH] 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 --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 90379e05cb..988f6e4003 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