@@ -1585,7 +1585,7 @@ if (!triggered)
15851585 <para>
15861586 There are also additional types of conflict that can occur with Hot Standby.
15871587 These conflicts are <emphasis>hard conflicts</> in the sense that queries
1588- might need to be cancelled and, in some cases, sessions disconnected to resolve them.
1588+ might need to be canceled and, in some cases, sessions disconnected to resolve them.
15891589 The user is provided with several ways to handle these
15901590 conflicts. Conflict cases include:
15911591
@@ -1682,18 +1682,18 @@ if (!triggered)
16821682 <para>
16831683 Once the delay specified by <varname>max_standby_archive_delay</> or
16841684 <varname>max_standby_streaming_delay</> has been exceeded, conflicting
1685- queries will be cancelled . This usually results just in a cancellation
1685+ queries will be canceled . This usually results just in a cancellation
16861686 error, although in the case of replaying a <command>DROP DATABASE</>
16871687 the entire conflicting session will be terminated. Also, if the conflict
16881688 is over a lock held by an idle transaction, the conflicting session is
16891689 terminated (this behavior might change in the future).
16901690 </para>
16911691
16921692 <para>
1693- Cancelled queries may be retried immediately (after beginning a new
1693+ Canceled queries may be retried immediately (after beginning a new
16941694 transaction, of course). Since query cancellation depends on
16951695 the nature of the WAL records being replayed, a query that was
1696- cancelled may well succeed if it is executed again.
1696+ canceled may well succeed if it is executed again.
16971697 </para>
16981698
16991699 <para>
@@ -1751,7 +1751,7 @@ if (!triggered)
17511751 Another option is to increase <xref linkend="guc-vacuum-defer-cleanup-age">
17521752 on the primary server, so that dead rows will not be cleaned up as quickly
17531753 as they normally would be. This will allow more time for queries to
1754- execute before they are cancelled on the standby, without having to set
1754+ execute before they are canceled on the standby, without having to set
17551755 a high <varname>max_standby_streaming_delay</>. However it is
17561756 difficult to guarantee any specific execution-time window with this
17571757 approach, since <varname>vacuum_defer_cleanup_age</> is measured in
@@ -1981,7 +1981,7 @@ LOG: database system is ready to accept read only connections
19811981 <command>DROP TABLESPACE</> can only succeed if the tablespace is empty.
19821982 Some standby users may be actively using the tablespace via their
19831983 <varname>temp_tablespaces</> parameter. If there are temporary files in the
1984- tablespace, all active queries are cancelled to ensure that temporary
1984+ tablespace, all active queries are canceled to ensure that temporary
19851985 files are removed, so the tablespace can be removed and WAL replay
19861986 can continue.
19871987 </para>
0 commit comments