forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99dd8b0
committed
Advance PG_CONTROL_VERSION.
This should have been done in commit73c986a which added severalnew fields to pg_control, and again in commit5028f22 whichchanged the CRC algorithm, but it wasn't. It's far too late to fix it inthe 9.5 branch, but let's do so in 9.6, so that if a 9.6 postmaster isstarted against a 9.4-era pg_control it will complain about a versioningproblem rather than a CRC failure. We already forced initdb/pg_upgradefor beta3, so there's no downside to doing this now.Discussion: <7615.1468598094@sss.pgh.pa.us>1 parentbfa2ab5 commit99dd8b0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments
Comments
(0)