Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5286963

Browse files
committed
pg_upgrade: Add checksum C comment
We might eventually allow checksum to no-checksum upgrades.
1 parent f050457 commit 5286963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_upgrade/controldata.c

+1
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ check_control_data(ControlData *oldctrl,
621621
"options.\n");
622622
}
623623

624+
/* We might eventually allow upgrades from checksum to no-checksum clusters. */
624625
if (oldctrl->data_checksums != newctrl->data_checksums)
625626
{
626627
pg_log(PG_FATAL,

0 commit comments

Comments
 (0)