Re: ANALYZE command progress checker

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: vinayak <Pokale_Vinayak_q3(at)lab(dot)ntt(dot)co(dot)jp>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ANALYZE command progress checker
Date: 2017-03-06 08:02:13
Message-ID: 74e842e9-c2e7-cb56-1e41-927be41bcff0@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Vinayak,

On 2017/02/28 18:24, vinayak wrote:
> The attached patch reports the different phases of analyze command.
> Added this patch to CF 2017-03.

In the updated monitoring.sgml:

+ <row>
+ <entry><literal>computing heap stats</literal></entry>
+ <entry>
+ <command>VACUUM</> is currently computing heap stats.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>computing index stats</literal></entry>
+ <entry>
+ <command>VACUUM</> is currently computing index stats.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>cleaning up indexes</literal></entry>
+ <entry>
+ <command>ANALYZE</> is currently cleaning up indexes.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>

The entries mentioning VACUUM should actually say ANALYZE.

Thanks,
Amit

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-03-06 08:06:11 pg_dump segfaults with publication
Previous Message Ashutosh Bapat 2017-03-06 08:01:01 Re: Partitioned tables and relfilenode