]> granicus.if.org Git - postgresql/commitdiff
Bump catversion so that HEAD is beyond 9.5
authorJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 20:59:23 +0000 (13:59 -0700)
committerJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 20:59:23 +0000 (13:59 -0700)
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

index 0bc1ee222a3db308d556075e6be9ae39fb316bfa..0d9355949afae7eed436c7592dcf6934da61e5a0 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201507281
+#define CATALOG_VERSION_NO     201507282
 
 #endif