forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb690e5f
committed
Stabilize postgres_fdw tests on 32-bit machines
cac169d adjusted DEFAULT_FDW_TUPLE_COST and that seems to have causeda test to become unstable on 32-bit machines.4b14e18 tried to fix this as originally the plan was flipping betweena Nested Loop and Hash Join. That commit forced the Nested Loop, butthere's still flexibility to push or not push the sort to the remoteserver and 32-bit seems to prefer to push and on 64-bit, the costsprefer not to.Here let's just turn off enable_sort to significantly encourage the sortto take place on the remote server.Reported-by: Michael Paquier, Richard GuoDiscussion:https://postgr.es/m/ZUM2IhA8X2lrG50K@paquier.xyz1 parent0bc726d commitb690e5f
File tree
2 files changed
+16
-15
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+16
-15
lines changedLines changed: 14 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4019 | 4019 |
| |
4020 | 4020 |
| |
4021 | 4021 |
| |
| 4022 | + | |
4022 | 4023 |
| |
4023 | 4024 |
| |
4024 | 4025 |
| |
4025 |
| - | |
4026 |
| - | |
4027 |
| - | |
| 4026 | + | |
| 4027 | + | |
| 4028 | + | |
4028 | 4029 |
| |
4029 |
| - | |
4030 |
| - | |
| 4030 | + | |
| 4031 | + | |
4031 | 4032 |
| |
4032 |
| - | |
4033 |
| - | |
4034 |
| - | |
4035 |
| - | |
4036 |
| - | |
| 4033 | + | |
| 4034 | + | |
| 4035 | + | |
| 4036 | + | |
4037 | 4037 |
| |
4038 |
| - | |
4039 |
| - | |
4040 |
| - | |
4041 |
| - | |
4042 |
| - | |
| 4038 | + | |
| 4039 | + | |
| 4040 | + | |
4043 | 4041 |
| |
4044 | 4042 |
| |
4045 | 4043 |
| |
| |||
4054 | 4052 |
| |
4055 | 4053 |
| |
4056 | 4054 |
| |
| 4055 | + | |
4057 | 4056 |
| |
4058 | 4057 |
| |
4059 | 4058 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1123 | 1123 |
| |
1124 | 1124 |
| |
1125 | 1125 |
| |
| 1126 | + | |
1126 | 1127 |
| |
1127 | 1128 |
| |
1128 | 1129 |
| |
1129 | 1130 |
| |
1130 | 1131 |
| |
1131 | 1132 |
| |
| 1133 | + | |
1132 | 1134 |
| |
1133 | 1135 |
| |
1134 | 1136 |
| |
|
0 commit comments
Comments
(0)