mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Bump PG_CONTROL_VERSION for previous 9.4 changes.
This should have been done in6bc8ef0b7fand/or50e547096c, but better late than never. If we don't change this then we risk 9.3 pg_controldata or pg_resetxlog being inappropriately used against a 9.4 pg_control file, or vice versa.
This commit is contained in:
parent
621a99a666
commit
eeca4cd35e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* Version identifier for this pg_control format */
|
/* Version identifier for this pg_control format */
|
||||||
#define PG_CONTROL_VERSION 937
|
#define PG_CONTROL_VERSION 941
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Body of CheckPoint XLOG records. This is declared here because we keep
|
* Body of CheckPoint XLOG records. This is declared here because we keep
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue