From: Robert Haas Date: Mon, 3 Mar 2014 12:22:20 +0000 (-0500) Subject: Bump catversion. X-Git-Tag: REL9_4_BETA1~402 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8e9b86b5e027a78ffeb738e207158424427e674;p=thirdparty%2Fpostgresql.git Bump catversion. The previous patch should have entailed a catversion bump, but I forgot. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index f8c8f9d5ea3..80560574bf5 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201402251 +#define CATALOG_VERSION_NO 201403031 #endif