diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-03-08 17:12:38 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-03-08 17:12:38 +0200 |
commit | 96443d142002a6c17ee51fa0633ee5de3bffdc83 (patch) | |
tree | 7c065d5bd824f66fadf4ff20182995fa4f5df1c0 | |
parent | 23f10b6473ed58c3699b81ca4677f4ff51878ec0 (diff) | |
download | postgresql-96443d142002a6c17ee51fa0633ee5de3bffdc83.tar.gz postgresql-96443d142002a6c17ee51fa0633ee5de3bffdc83.zip |
Forgot catversion bump in the SP-GiST adjacent support patch.
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |