From: Peter Geoghegan Date: Thu, 1 Aug 2019 19:29:19 +0000 (-0700) Subject: Bump catversion. X-Git-Tag: REL_13_BETA1~1683 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8d6a95eb992e942838e41029537564d81c4a50e;p=thirdparty%2Fpostgresql.git Bump catversion. Oversight in commit 71dcd743. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index da0110e3e8d..507b082acb4 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201908011 +#define CATALOG_VERSION_NO 201908012 #endif