forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9502227
committed
postgres_fdw: Fix test that didn't test what it claimed.
Antonin Houska reported that the planner does consider pushingpostgres_fdw_abs() to the remote side, which happens because we makeit shippable earlier in the test case file.Jeevan Chalke provided this patch, which changes the joincondition to use random(), which is not shippable, instead.Antonin reviewed the patch.Discussion:http://postgr.es/m/15265.1511985971@localhost1 parent87c37e3 commit9502227
File tree
2 files changed
+14
-12
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+14
-12
lines changedLines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3160 | 3160 |
| |
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 |
| - | |
3164 |
| - | |
3165 |
| - | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
3166 | 3166 |
| |
3167 | 3167 |
| |
3168 |
| - | |
| 3168 | + | |
3169 | 3169 |
| |
3170 |
| - | |
3171 |
| - | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
3172 | 3174 |
| |
3173 |
| - | |
3174 |
| - | |
3175 |
| - | |
3176 |
| - | |
3177 |
| - | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
3178 | 3180 |
| |
3179 | 3181 |
| |
3180 | 3182 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
829 | 829 |
| |
830 | 830 |
| |
831 | 831 |
| |
832 |
| - | |
| 832 | + | |
833 | 833 |
| |
834 | 834 |
| |
835 | 835 |
| |
|
0 commit comments
Comments
(0)