Bump catversion because of new function in the materialized view patch.
authorKevin Grittner <kgrittn@postgresql.org>
Tue, 5 Mar 2013 11:32:03 +0000 (05:32 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Tue, 5 Mar 2013 11:32:03 +0000 (05:32 -0600)
src/include/catalog/catversion.h

index ab91ab024d3bc976f52b553984fb8cb13006338f..81f049b5c882ac01a8f563673d9b3c03c18e2116 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201302181
+#define CATALOG_VERSION_NO     201303051
 
 #endif