mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
pg_upgrade: Add checksum C comment
We might eventually allow checksum to no-checksum upgrades.
This commit is contained in:
parent
f050457978
commit
5286963066
@ -621,6 +621,7 @@ check_control_data(ControlData *oldctrl,
|
||||
"options.\n");
|
||||
}
|
||||
|
||||
/* We might eventually allow upgrades from checksum to no-checksum clusters. */
|
||||
if (oldctrl->data_checksums != newctrl->data_checksums)
|
||||
{
|
||||
pg_log(PG_FATAL,
|
||||
|
Loading…
Reference in New Issue
Block a user