forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0bf42a5
committed
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
The materialized views patch adjusted ExplainOneQuery to take anadditional DestReceiver argument, but failed to add a matchingargument to the definition of ExplainOneQuery_hook. This is aproblem for users of the hook that want to call ExplainOnePlan.Fix by adding the missing argument.1 parent3ccae48 commit0bf42a5
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
315 |
| - | |
| 315 | + | |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
0 commit comments
Comments
(0)