Space missing from EXPLAIN output
Thom Brown <thom@linux.com>
From: Thom Brown <thom@linux.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-02-28T16:37:20Z
Lists: pgsql-hackers
Attachments
- fix_explain_analyze_spacing.diff (application/x-patch)
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