From: Shigeru Hanada Date: Wed, 15 Jun 2011 08:25:36 +0000 (+0900) Subject: Bump catversion for change of pg_attribute. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a70ecd401b418f3afc5852ec687b9158b61f801c;p=users%2Fhanada%2Fpostgres.git Bump catversion for change of pg_attribute. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 0200a81dbf..88a4654c9e 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201105231 +#define CATALOG_VERSION_NO 201106151 #endif