Thanks to visit codestin.com Credit goes to github.com
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 c65aa7a commit 750ccaeCopy full SHA for 750ccae
src/bin/pg_upgrade/controldata.c
@@ -564,8 +564,7 @@ check_control_data(ControlData *oldctrl,
564
if (oldctrl->date_is_int != newctrl->date_is_int)
565
pg_fatal("old and new pg_controldata date/time storage types do not match\n");
566
567
- if (oldctrl->float8_pass_by_value != newctrl->float8_pass_by_value)
568
- pg_fatal("old and new pg_controldata float8 argument passing methods do not match\n");
+ /* float8_pass_by_value does not need to match */
569
570
/*
571
* We might eventually allow upgrades from checksum to no-checksum
0 commit comments