]> granicus.if.org Git - postgresql/commitdiff
Bump PG_CONTROL_VERSION to 937
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 30 Apr 2013 12:27:47 +0000 (13:27 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 30 Apr 2013 12:27:47 +0000 (13:27 +0100)
src/include/catalog/pg_control.h

index dfe6aacdf70d8bfdaab1bc30e74e92f8051aad80..bf3c1bcc459b7d2064ce44b7398466a6a0917b50 100644 (file)
@@ -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