Re: Space missing from EXPLAIN output
Fabrízio de Royes Mello <fabriziomello@gmail.com>
From: Fabrízio de Royes Mello <fabriziomello@gmail.com>
To: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Thom Brown <thom@linux.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-02-28T21:05:59Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Refactor COPY FROM to use format callback functions.
- 7717f6300693 18.0 cited
-
Fix missing space in EXPLAIN ANALYZE output.
- 51d3e279c3e1 18.0 landed
-
Adjust pg_dump tag for relation stats.
- 424ededc580b 18.0 cited
-
Allow EXPLAIN to indicate fractional rows.
- ddb17e387aa2 18.0 cited
On Fri, Feb 28, 2025 at 4:48 PM Ilia Evdokimov < ilya.evdokimov@tantorlabs.com> wrote: > > 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 > > LGTM -- Fabrízio de Royes Mello