diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-10 09:28:26 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-10 09:28:26 +0300 |
commit | 1f1b70a7cf957b88433f871f3732ad5701b6ad8b (patch) | |
tree | 7e951a50e85edf46b0c77a00a338f966e230ddfa /src | |
parent | 41f9ffd928b6fdcedd685483e777b0fa71ece47c (diff) | |
download | postgresql-1f1b70a7cf957b88433f871f3732ad5701b6ad8b.tar.gz postgresql-1f1b70a7cf957b88433f871f3732ad5701b6ad8b.zip |
Oops, we're working on version 9.2 already, not 9.1. Update the
PG_CONTROL_VERSION accordingly; I updated it wrong in previous commit.
Diffstat (limited to 'src')
-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 faf4de42440..6688c19017e 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 911 +#define PG_CONTROL_VERSION 921 /* * Body of CheckPoint XLOG records. This is declared here because we keep |