From: Alexander Korotkov Date: Sun, 14 Jul 2019 12:22:21 +0000 (+0300) Subject: Forgotten catversion bump X-Git-Tag: REL_13_BETA1~1792 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=565f3390005318ea4c982b8d054d56e9fe5a6454;p=thirdparty%2Fpostgresql.git 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. --- 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