From c8056592bcbed183fb03266d22fa1073bc8b04b4 Mon Sep 17 00:00:00 2001
From: Kevin Grittner <kgrittn@postgresql.org>
Date: Tue, 5 Mar 2013 05:32:03 -0600
Subject: [PATCH] Bump catversion because of new function in the materialized
 view patch.

---
 src/include/catalog/catversion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index ab91ab024d3..81f049b5c88 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
  */
 
 /*							yyyymmddN */
-#define CATALOG_VERSION_NO	201302181
+#define CATALOG_VERSION_NO	201303051
 
 #endif
-- 
GitLab