From 1e2bd43b31cdb6d0425430f1568814bce588d8fd Mon Sep 17 00:00:00 2001 From: Joe Conway Date: Tue, 28 Jul 2015 13:59:23 -0700 Subject: [PATCH] Bump catversion so that HEAD is beyond 9.5 As pointed out by Tom, since HEAD has progressed beyond 9.5 in terms of its catalog, we need to be sure catversion of HEAD is advanced beyond that of 9.5. Corrects my mistake in the pg_stats view commit cfa928ff. --- 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 0bc1ee222a..0d9355949a 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201507281 +#define CATALOG_VERSION_NO 201507282 #endif -- 2.40.0