diff options
-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 fefcac84328..0bc41abee5e 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 942 +#define PG_CONTROL_VERSION 960 /* * Body of CheckPoint XLOG records. This is declared here because we keep |