aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2013-04-30 13:27:47 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2013-04-30 13:27:47 +0100
commitceabfb20f9a7aadbb09ee1a276726fc309a39300 (patch)
tree813becfe93bff7304706e19a9cda0fae2de15a91
parent443951748ce4c94b001877c7cf88b0ee969c79e7 (diff)
downloadpostgresql-ceabfb20f9a7aadbb09ee1a276726fc309a39300.tar.gz
postgresql-ceabfb20f9a7aadbb09ee1a276726fc309a39300.zip
Bump PG_CONTROL_VERSION to 937
-rw-r--r--src/include/catalog/pg_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index dfe6aacdf70..bf3c1bcc459 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