From: Heikki Linnakangas Date: Wed, 3 Dec 2008 13:28:53 +0000 (+0000) Subject: Forgot to bump catalog version in the visibility map patch. X-Git-Tag: recoveryinfrav9~244 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=eb4638bd069f0eaa8ab70fc4733c04ce155075bc;p=users%2Fsimon%2Fpostgres.git Forgot to bump catalog version in the visibility map patch. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 4cf2d1078d..d2e56cc956 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200811211 +#define CATALOG_VERSION_NO 200812031 #endif