mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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");
|
"options.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* We might eventually allow upgrades from checksum to no-checksum clusters. */
|
||||||
if (oldctrl->data_checksums != newctrl->data_checksums)
|
if (oldctrl->data_checksums != newctrl->data_checksums)
|
||||||
{
|
{
|
||||||
pg_log(PG_FATAL,
|
pg_log(PG_FATAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user