aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-01-06 03:07:24 +0000
committerBruce Momjian <bruce@momjian.us>2010-01-06 03:07:24 +0000
commit2391396b3d9304765aea50d220180892b6937fb6 (patch)
tree677d69cdbc58410deacc94db100cb6ca6fc0c975 /src
parentf98fbc78c317754c7b356a988470c0c55e9f02b5 (diff)
downloadpostgresql-2391396b3d9304765aea50d220180892b6937fb6.tar.gz
postgresql-2391396b3d9304765aea50d220180892b6937fb6.zip
Update catalog version for recent relfilenode patch, so pg_migrator can
identify the new API.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 6e7a8c33fc4..d44dc3c2058 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.567 2010/01/05 21:53:59 rhaas Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.568 2010/01/06 03:07:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201001051
+#define CATALOG_VERSION_NO 201001052
#endif