diff options
author | Joe Conway <mail@joeconway.com> | 2015-07-28 13:59:23 -0700 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2015-07-28 13:59:23 -0700 |
commit | 1e2bd43b31cdb6d0425430f1568814bce588d8fd (patch) | |
tree | 06a93e5942214ac7adb634e4620bf5e499fbc25b | |
parent | 7b4bfc87d5e73c94ae1591c482f626a011498915 (diff) | |
download | postgresql-1e2bd43b31cdb6d0425430f1568814bce588d8fd.tar.gz postgresql-1e2bd43b31cdb6d0425430f1568814bce588d8fd.zip |
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.
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 0bc1ee222a3..0d9355949af 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 |