Commit 52869630 authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade: Add checksum C comment

We might eventually allow checksum to no-checksum upgrades.
parent f0504579
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment