Skip to content
Snippets Groups Projects
Commit 52869630 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

pg_upgrade: Add checksum C comment

We might eventually allow checksum to no-checksum upgrades.
parent f0504579
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment