From 9e945f862633882cae3183d465f321bd8dd591f9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 11 Jan 2018 08:31:11 -0500 Subject: Fix Latin spelling "c.f." should be "cf.". --- 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 28a4483434f..00ba33bfb44 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -2511,7 +2511,7 @@ RelationClearRelation(Relation relation, bool rebuild) /* * This shouldn't happen as dropping a relation is intended to be - * impossible if still referenced (c.f. CheckTableNotInUse()). But + * impossible if still referenced (cf. CheckTableNotInUse()). But * if we get here anyway, we can't just delete the relcache entry, * as it possibly could get accessed later (as e.g. the error * might get trapped and handled via a subtransaction rollback). -- cgit v1.2.3