Re: Space missing from EXPLAIN output
Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
From: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
To: Robert Haas <robertmhaas@gmail.com>, Thom Brown <thom@linux.com>
Cc: fabriziomello@gmail.com,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-02-28T19:48:39Z
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
Attachments
- fix_doc_analyze_rows_fractional.diff (text/x-patch) patch
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.