From 1f1b70a7cf957b88433f871f3732ad5701b6ad8b Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Wed, 10 Aug 2011 09:28:26 +0300
Subject: [PATCH] Oops, we're working on version 9.2 already, not 9.1. Update
 the PG_CONTROL_VERSION accordingly; I updated it wrong in previous commit.

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

diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index faf4de42440..6688c19017e 100644
--- a/src/include/catalog/pg_control.h
+++ b/src/include/catalog/pg_control.h
@@ -21,7 +21,7 @@
 
 
 /* Version identifier for this pg_control format */
-#define PG_CONTROL_VERSION	911
+#define PG_CONTROL_VERSION	921
 
 /*
  * Body of CheckPoint XLOG records.  This is declared here because we keep
-- 
GitLab