From 6b23ba1093d298a41463a24f091c6f86be406449 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 29 Jun 2011 09:26:14 +0300 Subject: Unify spelling of "canceled", "canceling", "cancellation" We had previously (af26857a2775e7ceb0916155e931008c2116632f) established the U.S. spellings as standard. --- src/backend/utils/cache/relcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/relcache.c') diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index d7e94ffc125..1a400a0a576 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -1897,7 +1897,7 @@ RelationClearRelation(Relation relation, bool rebuild) * on next access. Meanwhile it's not any less valid than it was * before, so any code that might expect to continue accessing it * isn't hurt by the rebuild failure. (Consider for example a - * subtransaction that ALTERs a table and then gets cancelled partway + * subtransaction that ALTERs a table and then gets canceled partway * through the cache entry rebuild. The outer transaction should * still see the not-modified cache entry as valid.) The worst * consequence of an error is leaking the necessarily-unreferenced new -- cgit v1.2.3