@@ -3622,7 +3622,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3622
3622
with write locks that can potentially see the table to finish.
3623
3623
This phase is skipped when not in concurrent mode.
3624
3624
Columns <structname>lockers_total</structname>, <structname>lockers_done</structname>
3625
- and <structname>current_locker_pid</structname> contain the progress
3625
+ and <structname>current_locker_pid</structname> contain the progress
3626
3626
information for this phase.
3627
3627
</entry>
3628
3628
</row>
@@ -3644,7 +3644,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3644
3644
with write locks that can potentially write into the table to finish.
3645
3645
This phase is skipped when not in concurrent mode.
3646
3646
Columns <structname>lockers_total</structname>, <structname>lockers_done</structname>
3647
- and <structname>current_locker_pid</structname> contain the progress
3647
+ and <structname>current_locker_pid</structname> contain the progress
3648
3648
information for this phase.
3649
3649
</entry>
3650
3650
</row>
@@ -3682,7 +3682,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3682
3682
that can potentially see the table to release their snapshots. This
3683
3683
phase is skipped when not in concurrent mode.
3684
3684
Columns <structname>lockers_total</structname>, <structname>lockers_done</structname>
3685
- and <structname>current_locker_pid</structname> contain the progress
3685
+ and <structname>current_locker_pid</structname> contain the progress
3686
3686
information for this phase.
3687
3687
</entry>
3688
3688
</row>
@@ -3693,7 +3693,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3693
3693
with read locks on the table to finish, before marking the old index dead.
3694
3694
This phase is skipped when not in concurrent mode.
3695
3695
Columns <structname>lockers_total</structname>, <structname>lockers_done</structname>
3696
- and <structname>current_locker_pid</structname> contain the progress
3696
+ and <structname>current_locker_pid</structname> contain the progress
3697
3697
information for this phase.
3698
3698
</entry>
3699
3699
</row>
@@ -3704,7 +3704,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3704
3704
with read locks on the table to finish, before dropping the old index.
3705
3705
This phase is skipped when not in concurrent mode.
3706
3706
Columns <structname>lockers_total</structname>, <structname>lockers_done</structname>
3707
- and <structname>current_locker_pid</structname> contain the progress
3707
+ and <structname>current_locker_pid</structname> contain the progress
3708
3708
information for this phase.
3709
3709
</entry>
3710
3710
</row>
@@ -3725,8 +3725,8 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3725
3725
that will be reported and provide information about how to interpret it.
3726
3726
Progress for <command>VACUUM FULL</command> commands is reported via
3727
3727
<structname>pg_stat_progress_cluster</structname>
3728
- because both <command>VACUUM FULL</command> and <command>CLUSTER</command>
3729
- rewrite the table, while regular <command>VACUUM</command> only modifies it
3728
+ because both <command>VACUUM FULL</command> and <command>CLUSTER</command>
3729
+ rewrite the table, while regular <command>VACUUM</command> only modifies it
3730
3730
in place. See <xref linkend='cluster-progress-reporting'/>.
3731
3731
</para>
3732
3732
@@ -3912,7 +3912,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
3912
3912
<para>
3913
3913
Whenever <command>CLUSTER</command> or <command>VACUUM FULL</command> is
3914
3914
running, the <structname>pg_stat_progress_cluster</structname> view will
3915
- contain a row for each backend that is currently running either command.
3915
+ contain a row for each backend that is currently running either command.
3916
3916
The tables below describe the information that will be reported and
3917
3917
provide information about how to interpret it.
3918
3918
</para>
@@ -4054,7 +4054,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
4054
4054
<row>
4055
4055
<entry><literal>sorting tuples</literal></entry>
4056
4056
<entry>
4057
- <command>CLUSTER</command> is currently sorting tuples.
4057
+ <command>CLUSTER</command> is currently sorting tuples.
4058
4058
</entry>
4059
4059
</row>
4060
4060
<row>
@@ -4072,7 +4072,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
4072
4072
<row>
4073
4073
<entry><literal>performing final cleanup</literal></entry>
4074
4074
<entry>
4075
- The command is performing final cleanup. When this phase is
4075
+ The command is performing final cleanup. When this phase is
4076
4076
completed, <command>CLUSTER</command>
4077
4077
or <command>VACUUM FULL</command> will end.
4078
4078
</entry>
0 commit comments