Fix missing space in EXPLAIN ANALYZE output.
authorRobert Haas
Fri, 28 Feb 2025 18:02:03 +0000 (13:02 -0500)
committerRobert Haas
Fri, 28 Feb 2025 18:04:12 +0000 (13:04 -0500)
commit51d3e279c3e1f6548794d5e7b5206ad1e080568f
tree08a749310549b933205c0e6581e0903fce9bd6bd
parent424ededc580b03e1bcf8aff18a735e519c80061f
Fix missing space in EXPLAIN ANALYZE output.

Commit ddb17e387aa28d61521227377b00f997756b8a27 introduced this
regression. Ideally, the regression tests would have caught this
mistake, but apparently they don't test with timing enabled,
presumably because that would make the output vary.

Author: Thom Brown 
Reviewed-by: Fabrízio de Royes Mello
Discussion: http://postgr.es/m/CAA-aLv6nq=UeiyvM7_Mxgo9TVBzs2oh46b9vfyLzuyVEz3j1-g@mail.gmail.com
src/backend/commands/explain.c