forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ea758b
committed
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
be checked at plan levels below the top; namely, we have to allow for Resultnodes inserted just above a nestloop inner indexscan. Should think aboutusing the general Param mechanism to pass down outer-relation variables, butfor the moment we need a back-patchable solution. Per report from Phil Frost.1 parent4ebb0cf commit7ea758b
2 files changed
+17
-7
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
313 |
| - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
314 | 316 |
| |
315 |
| - | |
316 |
| - | |
317 |
| - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
318 | 320 |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
939 | 947 |
| |
940 | 948 |
| |
941 | 949 |
| |
|
0 commit comments
Comments
(0)