Commit b690e5f
committed
Stabilize postgres_fdw tests on 32-bit machines
cac169d adjusted DEFAULT_FDW_TUPLE_COST and that seems to have caused
a test to become unstable on 32-bit machines.
4b14e18 tried to fix this as originally the plan was flipping between
a Nested Loop and Hash Join. That commit forced the Nested Loop, but
there's still flexibility to push or not push the sort to the remote
server and 32-bit seems to prefer to push and on 64-bit, the costs
prefer not to.
Here let's just turn off enable_sort to significantly encourage the sort
to take place on the remote server.
Reported-by: Michael Paquier, Richard Guo
Discussion: https://postgr.es/m/ZUM2IhA8X2lrG50K@paquier.xyz1 parent 0bc726d commit b690e5f
File tree
2 files changed
+16
-15
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+16
-15
lines changed| 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 | | |
| |||
| 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