projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16828d5
)
Add catversion bump missed in 16828d5c0.
author
Andres Freund
<andres@anarazel.de>
Wed, 28 Mar 2018 02:07:39 +0000
(19:07 -0700)
committer
Andres Freund
<andres@anarazel.de>
Wed, 28 Mar 2018 02:07:39 +0000
(19:07 -0700)
Given that pg_attribute changed its layout...
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 1f396a9bc7d73ad0d9edfaa5f479a99a8d88c229..bfc2bd125d731ee6e075d4cfc83567d60a8f1ea9 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 2018032
3
1
+#define CATALOG_VERSION_NO 2018032
7
1
#endif