@@ -4083,7 +4083,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4083
4083
This parameter can only be set in the <filename>postgresql.conf</filename>
4084
4084
file or on the server command line.
4085
4085
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
4087
4087
restart with the new setting (except if <varname>primary_conninfo</varname>
4088
4088
is an empty string).
4089
4089
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="
4105
4105
This parameter can only be set in the <filename>postgresql.conf</filename>
4106
4106
file or on the server command line.
4107
4107
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
4109
4109
new setting.
4110
4110
This setting has no effect if <varname>primary_conninfo</varname> is not
4111
4111
set or the server is not in standby mode.
@@ -4227,7 +4227,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4227
4227
The default is off. This parameter can only be set in the
4228
4228
<filename>postgresql.conf</filename> file or on the server command line.
4229
4229
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
4231
4231
the new setting.
4232
4232
</para>
4233
4233
</listitem>
@@ -8062,7 +8062,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8062
8062
treated the timeout as applying to the whole query string.)
8063
8063
In extended query protocol, the timeout starts running when any
8064
8064
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.
8066
8066
</para>
8067
8067
8068
8068
<para>
0 commit comments