@@ -1585,7 +1585,7 @@ if (!triggered)
1585
1585
<para>
1586
1586
There are also additional types of conflict that can occur with Hot Standby.
1587
1587
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.
1589
1589
The user is provided with several ways to handle these
1590
1590
conflicts. Conflict cases include:
1591
1591
@@ -1682,18 +1682,18 @@ if (!triggered)
1682
1682
<para>
1683
1683
Once the delay specified by <varname>max_standby_archive_delay</> or
1684
1684
<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
1686
1686
error, although in the case of replaying a <command>DROP DATABASE</>
1687
1687
the entire conflicting session will be terminated. Also, if the conflict
1688
1688
is over a lock held by an idle transaction, the conflicting session is
1689
1689
terminated (this behavior might change in the future).
1690
1690
</para>
1691
1691
1692
1692
<para>
1693
- Cancelled queries may be retried immediately (after beginning a new
1693
+ Canceled queries may be retried immediately (after beginning a new
1694
1694
transaction, of course). Since query cancellation depends on
1695
1695
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.
1697
1697
</para>
1698
1698
1699
1699
<para>
@@ -1751,7 +1751,7 @@ if (!triggered)
1751
1751
Another option is to increase <xref linkend="guc-vacuum-defer-cleanup-age">
1752
1752
on the primary server, so that dead rows will not be cleaned up as quickly
1753
1753
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
1755
1755
a high <varname>max_standby_streaming_delay</>. However it is
1756
1756
difficult to guarantee any specific execution-time window with this
1757
1757
approach, since <varname>vacuum_defer_cleanup_age</> is measured in
@@ -1981,7 +1981,7 @@ LOG: database system is ready to accept read only connections
1981
1981
<command>DROP TABLESPACE</> can only succeed if the tablespace is empty.
1982
1982
Some standby users may be actively using the tablespace via their
1983
1983
<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
1985
1985
files are removed, so the tablespace can be removed and WAL replay
1986
1986
can continue.
1987
1987
</para>
0 commit comments