forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb076eb7
committed
auto_explain: Include JIT information if applicable.
Due to my (Andres') omission auto_explain did not include informationabout JIT compilation. Fix that.Author: Lukas FittlDiscussion:https://postgr.es/m/CAP53PkzgSyoTCau0-5FNaM484B=uO8nLzma7L1ncWLb1=oVJQA@mail.gmail.comBackpatch: 11-, where JIT compilation was introduced1 parent52050ad commitb076eb7
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
| 365 | + | |
| 366 | + | |
| 367 | + | |
364 | 368 |
| |
365 | 369 |
| |
366 | 370 |
| |
|
0 commit comments
Comments
(0)