From 96443d142002a6c17ee51fa0633ee5de3bffdc83 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 8 Mar 2013 17:12:38 +0200 Subject: [PATCH] Forgot catversion bump in the SP-GiST adjacent support patch. --- 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 81f049b5c8..4c36cbee9e 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