pgsql: Fix missing space in EXPLAIN ANALYZE output.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing space in EXPLAIN ANALYZE output.
Date: 2025-02-28 18:08:10
Message-ID: E1to4mQ-000ATz-0j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)linux(dot)com>
Reviewed-by: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
Discussion: http://postgr.es/m/CAA-aLv6nq=UeiyvM7_Mxgo9TVBzs2oh46b9vfyLzuyVEz3j1-g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51d3e279c3e1f6548794d5e7b5206ad1e080568f

Modified Files
--------------
src/backend/commands/explain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Sami Imseih 2025-02-28 18:15:52 Re: pgsql: Trial fix for old cross-version upgrades.
Previous Message Tom Lane 2025-02-28 17:54:57 Re: pgsql: Trial fix for old cross-version upgrades.