Relation forks patch requires a catversion bump due to changes in the format
authorHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 11 Aug 2008 13:58:46 +0000 (13:58 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Mon, 11 Aug 2008 13:58:46 +0000 (13:58 +0000)
of some WAL records, and two-phase state files, which I forgot.

src/include/catalog/catversion.h

index 6ca9f362f6c51b4c055f3a432f57ecb50e231934..52fb6d25ecb685cc9a109d2636f73cc3ce217839 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200808061
+#define CATALOG_VERSION_NO     200808111
 
 #endif