Space missing from EXPLAIN output - Mailing list pgsql-hackers

From Thom Brown
Subject Space missing from EXPLAIN output
Date
Msg-id CAA-aLv6nq=UeiyvM7_Mxgo9TVBzs2oh46b9vfyLzuyVEz3j1-g@mail.gmail.com
Whole thread Raw
Responses Re: Space missing from EXPLAIN output
List 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

pgsql-hackers by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Add Pipelining support in psql
Next
From: Maxim Orlov
Date:
Subject: Re: Proposal: Limitations of palloc inside checkpointer