Re: progress report for ANALYZE
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>,
vignesh C <vignesh21@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-01-22T06:06:52Z
Lists: pgsql-hackers
Attachments
- a166d408eb0-doc-fixes.patch (text/plain) patch
On Wed, Jan 22, 2020 at 2:52 PM Amit Langote <amitlangote09@gmail.com> wrote: > > On Fri, Jan 17, 2020 at 12:19 AM Justin Pryzby <pryzby@telsasoft.com> wrote: > > > > On Wed, Jan 15, 2020 at 02:11:10PM -0300, Alvaro Herrera wrote: > > > I just pushed this after some small extra tweaks. > > > > > > Thanks, Yamada-san, for seeing this to completion! > > > > Find attached minor fixes to docs - sorry I didn't look earlier. > > > > Possibly you'd also want to change the other existing instances of "preparing > > to begin". > > Spotted a few other issues with the docs: > > + Number of computed extended statistics computed. > > Should be: "Number of extended statistics computed." > > + <entry>OID of the child table currently being scanned. This > field is only valid when > + the phase is <literal>computing extended statistics</literal>. > > Should be: "This field is only valid when the phase is > <literal>acquiring inherited sample rows</literal>." > > + durring the table scan. > > during > > Attached a patch. Oops, really attached this time. Thanks, Amit
Commits
-
Doc: Fix and tweak documentation for ANALYZE reporting
- 5ba40b62318e 13.0 landed