diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2013-04-30 13:27:47 +0100 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2013-04-30 13:27:47 +0100 |
commit | ceabfb20f9a7aadbb09ee1a276726fc309a39300 (patch) | |
tree | 813becfe93bff7304706e19a9cda0fae2de15a91 | |
parent | 443951748ce4c94b001877c7cf88b0ee969c79e7 (diff) | |
download | postgresql-ceabfb20f9a7aadbb09ee1a276726fc309a39300.tar.gz postgresql-ceabfb20f9a7aadbb09ee1a276726fc309a39300.zip |
Bump PG_CONTROL_VERSION to 937
-rw-r--r-- | src/include/catalog/pg_control.h | 2 |
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 |