1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-17 01:02:17 +03:00

Adjust spellings of forms of "cancel"

This commit is contained in:
Peter Eisentraut
2016-07-14 22:48:26 -04:00
parent 3aed52a622
commit 63cfdb8dde
5 changed files with 5 additions and 5 deletions

View File

@@ -348,7 +348,7 @@ ResolveRecoveryConflictWithDatabase(Oid dbid)
* We either resolve conflicts immediately or set a timeout to wake us at
* the limit of our patience.
*
* Resolve conflicts by cancelling to all backends holding a conflicting
* Resolve conflicts by canceling to all backends holding a conflicting
* lock. As we are already queued to be granted the lock, no new lock
* requests conflicting with ours will be granted in the meantime.
*