diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index dfe6aacdf70d8bfdaab1bc30e74e92f8051aad80..bf3c1bcc459b7d2064ce44b7398466a6a0917b50 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	936
+#define PG_CONTROL_VERSION	937
 
 /*
  * Body of CheckPoint XLOG records.  This is declared here because we keep