Forgot to bump catalog version in the visibility map patch.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Dec 2008 13:28:53 +0000 (13:28 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Dec 2008 13:28:53 +0000 (13:28 +0000)
src/include/catalog/catversion.h

index d479aeacef33423b56d22c1f5fe8b17a6d3b70a4..3c5f741fff1b51c0aeab8ace452e41946e731940 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.509 2008/11/21 18:49:24 mha Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.510 2008/12/03 13:28:53 heikki Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 200811211
+#define CATALOG_VERSION_NO 200812031
 
 #endif