diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-29 09:26:14 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-07-02 23:30:01 +0300 |
commit | 6b23ba1093d298a41463a24f091c6f86be406449 (patch) | |
tree | 70329bb4476d1226cea9547b23a18535d1785c32 /src/backend/storage/buffer/bufmgr.c | |
parent | 678a6d03441fc5acb18fdd43afdd2dd4145c0593 (diff) | |
download | postgresql-6b23ba1093d298a41463a24f091c6f86be406449.tar.gz postgresql-6b23ba1093d298a41463a24f091c6f86be406449.zip |
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a2775e7ceb0916155e931008c2116632f)
established the U.S. spellings as standard.
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r-- | src/backend/storage/buffer/bufmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index 5eb61863436..5420dbe61a1 100644 --- a/src/backend/storage/buffer/bufmgr.c +++ b/src/backend/storage/buffer/bufmgr.c @@ -2465,7 +2465,7 @@ LockBufferForCleanup(Buffer buffer) /* * Check called from RecoveryConflictInterrupt handler when Startup - * process requests cancelation of all pin holders that are blocking it. + * process requests cancellation of all pin holders that are blocking it. */ bool HoldingBufferPinThatDelaysRecovery(void) |