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

index 4cf2d1078d21988b9ef87f02a4ae0e29d261c833..d2e56cc9565211853208ff6f24321f1efe8a17f2 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200811211
+#define CATALOG_VERSION_NO     200812031
 
 #endif