@@ -4083,7 +4083,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
40834083 This parameter can only be set in the <filename>postgresql.conf</filename>
40844084 file or on the server command line.
40854085 If this parameter is changed while the WAL receiver process is
4086- running, that process is signalled to shut down and expected to
4086+ running, that process is signaled to shut down and expected to
40874087 restart with the new setting (except if <varname>primary_conninfo</varname>
40884088 is an empty string).
40894089 This setting has no effect if the server is not in standby mode.
@@ -4105,7 +4105,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
41054105 This parameter can only be set in the <filename>postgresql.conf</filename>
41064106 file or on the server command line.
41074107 If this parameter is changed while the WAL receiver process is running,
4108- that process is signalled to shut down and expected to restart with the
4108+ that process is signaled to shut down and expected to restart with the
41094109 new setting.
41104110 This setting has no effect if <varname>primary_conninfo</varname> is not
41114111 set or the server is not in standby mode.
@@ -4227,7 +4227,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
42274227 The default is off. This parameter can only be set in the
42284228 <filename>postgresql.conf</filename> file or on the server command line.
42294229 If this parameter is changed while the WAL receiver process is running,
4230- that process is signalled to shut down and expected to restart with
4230+ that process is signaled to shut down and expected to restart with
42314231 the new setting.
42324232 </para>
42334233 </listitem>
@@ -8062,7 +8062,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
80628062 treated the timeout as applying to the whole query string.)
80638063 In extended query protocol, the timeout starts running when any
80648064 query-related message (Parse, Bind, Execute, Describe) arrives, and
8065- it is cancelled by completion of an Execute or Sync message.
8065+ it is canceled by completion of an Execute or Sync message.
80668066 </para>
80678067
80688068 <para>
0 commit comments