From 565f3390005318ea4c982b8d054d56e9fe5a6454 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Sun, 14 Jul 2019 15:22:21 +0300 Subject: [PATCH] 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. --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 18616807c6..e3a6e8dc41 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