mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a27
)
established the U.S. spellings as standard.
This commit is contained in:
@ -1324,7 +1324,7 @@ CheckDeadLock(void)
|
||||
* the lock.
|
||||
*
|
||||
* If blocked by autovacuum, this wakeup will enable ProcSleep to send
|
||||
* the cancelling signal to the autovacuum worker.
|
||||
* the canceling signal to the autovacuum worker.
|
||||
*/
|
||||
PGSemaphoreUnlock(&MyProc->sem);
|
||||
}
|
||||
|
Reference in New Issue
Block a user