From: Bruce Momjian Date: Wed, 6 Jan 2010 03:07:24 +0000 (+0000) Subject: Update catalog version for recent relfilenode patch, so pg_migrator can X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=012bea1d27019190d4f4cc8ec69e97ca97b15352;p=users%2Fandresfreund%2Fpostgres.git Update catalog version for recent relfilenode patch, so pg_migrator can identify the new API. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 63e9d5d5a6..3b1db37246 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201001051 +#define CATALOG_VERSION_NO 201001052 #endif