summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-07-16 12:49:14 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-07-16 12:49:14 -0400
commit99dd8b05aa5647a59f30ca67e67e2e3377f50094 (patch)
treeca9d7a2d62e49c8a138700fc3df9f11d2eb17f08 /src
parentbfa2ab56bb8c512dc8613ee3ff0936568a1c8418 (diff)
downloadpostgresql-99dd8b05aa5647a59f30ca67e67e2e3377f50094.tar.gz
Advance PG_CONTROL_VERSION.
This should have been done in commit 73c986adde5d73a5 which added several new fields to pg_control, and again in commit 5028f22f6eb05798 which changed the CRC algorithm, but it wasn't. It's far too late to fix it in the 9.5 branch, but let's do so in 9.6, so that if a 9.6 postmaster is started against a 9.4-era pg_control it will complain about a versioning problem rather than a CRC failure. We already forced initdb/pg_upgrade for beta3, so there's no downside to doing this now. Discussion: <7615.1468598094@sss.pgh.pa.us>
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index fefcac8432..0bc41abee5 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