From: Heikki Linnakangas Date: Fri, 8 Mar 2013 15:12:38 +0000 (+0200) Subject: Forgot catversion bump in the SP-GiST adjacent support patch. X-Git-Tag: REL9_3_BETA1~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96443d142002a6c17ee51fa0633ee5de3bffdc83;p=thirdparty%2Fpostgresql.git Forgot catversion bump in the SP-GiST adjacent support patch. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 81f049b5c88..4c36cbee9e9 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201303051 +#define CATALOG_VERSION_NO 201303081 #endif