aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2015-07-28 13:59:23 -0700
committerJoe Conway <mail@joeconway.com>2015-07-28 13:59:23 -0700
commit1e2bd43b31cdb6d0425430f1568814bce588d8fd (patch)
tree06a93e5942214ac7adb634e4620bf5e499fbc25b /src
parent7b4bfc87d5e73c94ae1591c482f626a011498915 (diff)
downloadpostgresql-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.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
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