Re: [DOC] Fix for the missing pg_stat_progress_cluster view phase column value

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: noriyoshi.shinoda@hpe.com, pgsql-hackers@lists.postgresql.org
Date: 2019-10-28T06:22:54Z
Lists: pgsql-hackers
On Mon, Oct 28, 2019 at 02:26:39PM +0900, Kyotaro Horiguchi wrote:
> By the way the table mentions the phases common to CLUSTER and
> VACUUM FULL. I wonder why some of them are described as "CLUSTER is"
> and others are "The command is".. 

Because VACUUM FULL does not use the sort-and-scan mode, no?
--
Michael

Commits

  1. Doc: Add missing step for pg_stat_progress_cluster