summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2019-07-14 15:22:21 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2019-07-14 15:22:21 +0300
commit565f3390005318ea4c982b8d054d56e9fe5a6454 (patch)
tree6ce8d4c0b5569a46254c4550904b7361ba27d60d
parent075f0a880fbf790f4a3dcac83e2d5125bcad9646 (diff)
Forgotten catversion bump
6254c55f81, c085e1c1cb and 075f0a880f all change system catalog. But catversion bump is missed in all of them. So, do catversion bump now. Also, I need mention patch reviewer Fabien Coelho, who has been missed in commit messages of 6254c55f81, c085e1c1cb and 075f0a880f.
-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 18616807c69..e3a6e8dc410 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201907054
+#define CATALOG_VERSION_NO 201907141
#endif