projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eaea3d
)
Bump catalog version for the addition of leader_pid in pg_stat_activity
author
Michael Paquier
<michael@paquier.xyz>
Fri, 7 Feb 2020 06:08:17 +0000
(15:08 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Fri, 7 Feb 2020 06:08:17 +0000
(15:08 +0900)
Oversight in commit
b025f32
.
Per private report from Julien Rouhaud.
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index b520c0508394a01df227b6ee0c117218ce6e071b..571b6a2c23b509bc915e62a580d1ed3859fd53cb 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20200
129
1
+#define CATALOG_VERSION_NO 20200
207
1
#endif