Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit750ccae

Browse files
committed
pg_upgrade: no need to check for matching float8_pass_by_value
Report by Noah Misch
1 parentc65aa7a commit750ccae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/bin/pg_upgrade/controldata.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,7 @@ check_control_data(ControlData *oldctrl,
564564
if (oldctrl->date_is_int!=newctrl->date_is_int)
565565
pg_fatal("old and new pg_controldata date/time storage types do not match\n");
566566

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");
567+
/* float8_pass_by_value does not need to match */
569568

570569
/*
571570
* We might eventually allow upgrades from checksum to no-checksum

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp