Re: Space missing from EXPLAIN output - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: Space missing from EXPLAIN output
Date
Msg-id 0d2789e6-382c-4d3c-866d-de5f5fce73a8@tantorlabs.com
Whole thread Raw
In response to Re: Space missing from EXPLAIN output  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Space missing from EXPLAIN output
List pgsql-hackers
On 28.02.2025 21:08, Robert Haas wrote:
> On Fri, Feb 28, 2025 at 12:12 PM Thom Brown <thom@linux.com> wrote:
>> Rebased and attached.
> Thanks, committed. Sorry for the mistake and thanks for the patch.
>

Hi hackers,

First of all, sorry about the space issue - that was my oversight.

I also just noticed another documentation mistake on my part regarding 
the fractional rows display [0]. In one place, I forgot to append '.00'. 
I overlooked this because, in my local branch, this change was already 
committed as part of my local previous patches, so it didn't show up in 
the diff.

Apologies for the oversight! I've attached a fix for this on last commit 
7717f63.

[0]: 
https://www.postgresql.org/message-id/40663fc5-edac-4b45-a2aa-a76976700ed9%40tantorlabs.com

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC.

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: optimize file transfer in pg_upgrade
Next
From: Masahiko Sawada
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations