diff options
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 |