projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97e0c3
)
Bump catversion for pg_file_settings
author
Stephen Frost
<sfrost@snowman.net>
Fri, 8 May 2015 23:14:32 +0000
(19:14 -0400)
committer
Stephen Frost
<sfrost@snowman.net>
Fri, 8 May 2015 23:14:32 +0000
(19:14 -0400)
Pointed out by Andres (thanks!)
Apologies for not including it in the initial patch.
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 969a8e3c3588ab403b162a2c7d067697c0f645e4..c2e6dbf57bfa42f1a8431b22c8f02935d1e1f8b8 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20150508
2
+#define CATALOG_VERSION_NO 20150508
3
#endif