projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4bfc8
)
Bump catversion so that HEAD is beyond 9.5
author
Joe Conway
<mail@joeconway.com>
Tue, 28 Jul 2015 20:59:23 +0000
(13:59 -0700)
committer
Joe 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
patch
|
blob
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 0bc1ee222a3db308d556075e6be9ae39fb316bfa..0d9355949afae7eed436c7592dcf6934da61e5a0 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20150728
1
+#define CATALOG_VERSION_NO 20150728
2
#endif