From a70ecd401b418f3afc5852ec687b9158b61f801c Mon Sep 17 00:00:00 2001 From: Shigeru Hanada Date: Wed, 15 Jun 2011 17:25:36 +0900 Subject: [PATCH] Bump catversion for change of pg_attribute. --- 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 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 -- 2.39.5