- Notifications
You must be signed in to change notification settings - Fork28
Commit4d41b2e
committed
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
This should have been done in commit18ce3a4, which added that parameterto ExplainOneQuery, but it was overlooked. This makes it impossible fora user of the hook to pass the queryEnv down to ExplainOnePlan.It's too late to change this API in v10, I suppose, but fortunatelypassing NULL to ExplainOnePlan will work in nearly all interestingcases in v10. That might not be true forever, so we'd better fix it.Tatsuro Yamada, reviewed by Thomas MunroDiscussion:https://postgr.es/m/890e8dd9-c1c7-a422-6892-874f5eaee048@lab.ntt.co.jp1 parent9ff4f75 commit4d41b2e
2 files changed
+3
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
| 354 | + | |
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
|
0 commit comments
Comments
(0)