forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteabba4a
committed
Fix explain regression test failure.
Commit9d701e6 caused the regression test for EXPLAIN to fail onthe buildfarm member prion. This happened because of instability oftest output, i.e., in text format, whether "Planning:" line is outputvaries depending on the system state.This commit updated the regression test so that it ignores that"Planning:" line to produce more stable test output and get rid ofthe test failure.Back-patch to v13.Author: Fujii MasaoDiscussion:https://postgr.es/m/1803897.1598021621@sss.pgh.pa.us1 parent9d701e6 commiteabba4a
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
|
0 commit comments
Comments
(0)