@@ -3622,7 +3622,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
36223622 with write locks that can potentially see the table to finish.
36233623 This phase is skipped when not in concurrent mode.
36243624 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
36263626 information for this phase.
36273627 </entry>
36283628 </row>
@@ -3644,7 +3644,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
36443644 with write locks that can potentially write into the table to finish.
36453645 This phase is skipped when not in concurrent mode.
36463646 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
36483648 information for this phase.
36493649 </entry>
36503650 </row>
@@ -3682,7 +3682,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
36823682 that can potentially see the table to release their snapshots. This
36833683 phase is skipped when not in concurrent mode.
36843684 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
36863686 information for this phase.
36873687 </entry>
36883688 </row>
@@ -3693,7 +3693,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
36933693 with read locks on the table to finish, before marking the old index dead.
36943694 This phase is skipped when not in concurrent mode.
36953695 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
36973697 information for this phase.
36983698 </entry>
36993699 </row>
@@ -3704,7 +3704,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
37043704 with read locks on the table to finish, before dropping the old index.
37053705 This phase is skipped when not in concurrent mode.
37063706 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
37083708 information for this phase.
37093709 </entry>
37103710 </row>
@@ -3725,8 +3725,8 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
37253725 that will be reported and provide information about how to interpret it.
37263726 Progress for <command>VACUUM FULL</command> commands is reported via
37273727 <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
37303730 in place. See <xref linkend='cluster-progress-reporting'/>.
37313731 </para>
37323732
@@ -3912,7 +3912,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
39123912 <para>
39133913 Whenever <command>CLUSTER</command> or <command>VACUUM FULL</command> is
39143914 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.
39163916 The tables below describe the information that will be reported and
39173917 provide information about how to interpret it.
39183918 </para>
@@ -4054,7 +4054,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
40544054 <row>
40554055 <entry><literal>sorting tuples</literal></entry>
40564056 <entry>
4057- <command>CLUSTER</command> is currently sorting tuples.
4057+ <command>CLUSTER</command> is currently sorting tuples.
40584058 </entry>
40594059 </row>
40604060 <row>
@@ -4072,7 +4072,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
40724072 <row>
40734073 <entry><literal>performing final cleanup</literal></entry>
40744074 <entry>
4075- The command is performing final cleanup. When this phase is
4075+ The command is performing final cleanup. When this phase is
40764076 completed, <command>CLUSTER</command>
40774077 or <command>VACUUM FULL</command> will end.
40784078 </entry>
0 commit comments