Space missing from EXPLAIN output

From: Thom Brown <thom(at)linux(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Space missing from EXPLAIN output
Date: 2025-02-28 16:37:20
Message-ID: CAA-aLv6nq=UeiyvM7_Mxgo9TVBzs2oh46b9vfyLzuyVEz3j1-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Commit ddb17e387aa introduced fractional row counts, but the rejigging
has introduced a formatting issue:

Worker 0: actual time=34.779..34.780rows=0 loops=1
Buffers: shared hit=1200
Worker 1: actual time=39.737..39.738rows=0 loops=1
Buffers: shared hit=1084

A space is missing between the time values and the "rows" label.

Patch attached to fix.

Regards

Thom

Attachment Content-Type Size
fix_explain_analyze_spacing.diff application/x-patch 597 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2025-02-28 16:54:12 Re: Proposal: Limitations of palloc inside checkpointer
Previous Message Daniel Verite 2025-02-28 16:31:00 Re: Add Pipelining support in psql