From: Simon Riggs Date: Tue, 30 Apr 2013 12:27:47 +0000 (+0100) Subject: Bump PG_CONTROL_VERSION to 937 X-Git-Tag: REL9_3_BETA1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceabfb20f9a7aadbb09ee1a276726fc309a39300;p=postgresql Bump PG_CONTROL_VERSION to 937 --- diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index dfe6aacdf7..bf3c1bcc45 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