forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51d3e27
committed
Fix missing space in EXPLAIN ANALYZE output.
Commitddb17e3 introduced thisregression. Ideally, the regression tests would have caught thismistake, but apparently they don't test with timing enabled,presumably because that would make the output vary.Author: Thom Brown <thom@linux.com>Reviewed-by: Fabrízio de Royes Mello <fabriziomello@gmail.com>Discussion:http://postgr.es/m/CAA-aLv6nq=UeiyvM7_Mxgo9TVBzs2oh46b9vfyLzuyVEz3j1-g@mail.gmail.com1 parent424eded commit51d3e27
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
2041 |
| - | |
| 2041 | + | |
2042 | 2042 |
| |
2043 | 2043 |
| |
2044 | 2044 |
| |
|
0 commit comments
Comments
(0)