From: Joe Conway Date: Tue, 28 Jul 2015 20:59:23 +0000 (-0700) Subject: Bump catversion so that HEAD is beyond 9.5 X-Git-Tag: REL9_6_BETA1~1614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e2bd43b31cdb6d0425430f1568814bce588d8fd;p=postgresql 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. --- 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