mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
pg_upgrade: Add checksum C comment
We might eventually allow checksum to no-checksum upgrades.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user