diff options
author | Peter Eisentraut | 2011-06-29 06:26:14 +0000 |
---|---|---|
committer | Peter Eisentraut | 2011-06-29 06:28:46 +0000 |
commit | 21f1e15aafb13ab2430e831a3da7d4d4f525d1ce (patch) | |
tree | 5afdaf08c48c5e29d17590c9db4213d79174f111 /src/backend/storage/lmgr/deadlock.c | |
parent | 465883b0a2b4236ba6b31b648a9eabef3b7cdddb (diff) |
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a2775e7ceb0916155e931008c2116632f)
established the U.S. spellings as standard.
Diffstat (limited to 'src/backend/storage/lmgr/deadlock.c')
-rw-r--r-- | src/backend/storage/lmgr/deadlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/deadlock.c b/src/backend/storage/lmgr/deadlock.c index 980042b6af3..837f0296c61 100644 --- a/src/backend/storage/lmgr/deadlock.c +++ b/src/backend/storage/lmgr/deadlock.c @@ -535,7 +535,7 @@ FindLockCycleRecurse(PGPROC *checkProc, * Note we read vacuumFlags without any locking. This is * OK only for checking the PROC_IS_AUTOVACUUM flag, * because that flag is set at process start and never - * reset; there is logic elsewhere to avoid cancelling an + * reset; there is logic elsewhere to avoid canceling an * autovacuum that is working for preventing Xid * wraparound problems (which needs to read a different * vacuumFlag bit), but we don't do that here to avoid |