From a8e9b86b5e027a78ffeb738e207158424427e674 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Mon, 3 Mar 2014 07:22:20 -0500
Subject: [PATCH] Bump catversion.

The previous patch should have entailed a catversion bump, but I
forgot.
---
 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 f8c8f9d5ea3..80560574bf5 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
  */
 
 /*							yyyymmddN */
-#define CATALOG_VERSION_NO	201402251
+#define CATALOG_VERSION_NO	201403031
 
 #endif
-- 
GitLab