forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22b73d3
committed
Fix initialization of es_result_relations in EvalPlanQualStart().
Thinko in commit1375422. EvalPlanQualStart() was mistakenlyresetting the parent EState's es_result_relations, when it shouldinitialize the field in the child EPQ EState it just created.That was clearly wrong, but it didn't cause any ill effects, becausees_result_relations is currently not used after the ExecInit* phase.Author: Amit LangoteDiscussion:https://www.postgresql.org/message-id/CA%2BHiwqFEuq8AAAmxXsTDVZ1r38cHbfYuiPQx_%3DYyKe2DC-6q4A%40mail.gmail.com1 parent783f0cc commit22b73d3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2693 | 2693 |
| |
2694 | 2694 |
| |
2695 | 2695 |
| |
2696 |
| - | |
| 2696 | + | |
2697 | 2697 |
| |
2698 | 2698 |
| |
2699 | 2699 |
| |
|
0 commit comments
Comments
(0)