forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc048cd9
committed
Avoid JIT-related test instability in EXPLAIN ANALYZE
036bdce added some code to perform some verification on portions ofthe planner costs in EXPLAIN ANALYZE but failed to consider that somebuildfarm animals such as bushmaster and taipan are running very low jitthresholds. This caused these animals to fail as they were outputtingJIT-related details in EXPLAIN ANALYZE for the newly added tests.Here we avoid that by disabling JIT for the plans in question.Discussion:https://postgr.es/m/CAApHDvpxV4rrO3XUCgGS5N9Wg6f2r0ojJPD2tX2FRV-o9sRTJA@mail.gmail.com1 parentc8d5d6c commitc048cd9
File tree
2 files changed
+6
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
|
0 commit comments
Comments
(0)