8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceabfb2 commit 2837721Copy full SHA for 2837721
contrib/pg_upgrade/controldata.c
@@ -621,12 +621,12 @@ check_control_data(ControlData *oldctrl,
621
"options.\n");
622
}
623
624
- /* We might eventually allow upgrades from checksum to no-checksum clusters. */
625
- if (oldctrl->data_checksums != newctrl->data_checksums)
626
- {
627
- pg_log(PG_FATAL,
628
- "old and new pg_controldata checksums settings are invalid or do not match\n");
629
- }
+// /* We might eventually allow upgrades from checksum to no-checksum clusters. */
+// if (oldctrl->data_checksums != newctrl->data_checksums)
+// {
+// pg_log(PG_FATAL,
+// "old and new pg_controldata checksums settings are invalid or do not match\n");
+// }
630
631
632
0 commit comments