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.
This commit is contained in:
Joe Conway 2015-07-28 13:59:23 -07:00
parent 7b4bfc87d5
commit 1e2bd43b31

View File

@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 201507281
#define CATALOG_VERSION_NO 201507282
#endif