- Notifications
You must be signed in to change notification settings - Fork28
Commit501f583
committed
Fix cross-version compatibility checks of pg_verify_checksums
pg_verify_checksums performs a read of the control file, and the data itfetches should be from a data folder compatible with the major versionof Postgres the binary has been compiled with, but we never actuallychecked that compatibility.Reported-by: Sergei KornilovAuthor: Michael PaquierReviewed-by: Sergei KornilovDiscussion:https://postgr.es/m/155231347133.16480.11453587097036807558.pgcf@coridan.postgresql.orgBackpatch-through: 111 parentfd1eaf9 commit501f583
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
319 | 326 |
| |
320 | 327 |
| |
321 | 328 |
| |
|
0 commit comments
Comments
(0)