- Notifications
You must be signed in to change notification settings - Fork28
Commit98d476a

Amit Kapila
Improve coding pattern in Parallel Append code.
The create_append_path code didn't consider that list_concat willmodify it's first argument leading to inconsistent traversal ofresulting list. In practice, it won't lead to any user-visible bugbut changing it for making the code behave consistently.Reported-by: Tom LaneAuthor: Tom LaneReviewed-by: Amit Khandekar and Amit KapilaDiscussion:https://postgr.es/m/32365.1528994120@sss.pgh.pa.us1 parentc704897 commit98d476a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 |
| - | |
| 1277 | + | |
1278 | 1278 |
| |
1279 | 1279 |
| |
1280 | 1280 |
| |
|
0 commit comments
Comments
(0)