From: Simon Riggs Date: Tue, 30 Apr 2013 12:27:47 +0000 (+0100) Subject: Bump PG_CONTROL_VERSION to 937 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=ceabfb20f9a7aadbb09ee1a276726fc309a39300;p=users%2Fbernd%2Fpostgres.git 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