From ceabfb20f9a7aadbb09ee1a276726fc309a39300 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Tue, 30 Apr 2013 13:27:47 +0100 Subject: [PATCH] Bump PG_CONTROL_VERSION to 937 --- src/include/catalog/pg_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0