Fix missing space in EXPLAIN ANALYZE output.

Robert Haas <rhaas@postgresql.org>

Commit: 51d3e279c3e1f6548794d5e7b5206ad1e080568f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2025-02-28T18:04:12Z
Releases: 18.0
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 <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.com

Files

PathChange+/−
src/backend/commands/explain.c modified +1 −1

Discussion