Skip to content

Commit 750ccae

Browse files
committed
pg_upgrade: no need to check for matching float8_pass_by_value
Report by Noah Misch
1 parent c65aa7a commit 750ccae

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy