aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-01-11 08:31:11 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-01-11 08:32:01 -0500
commit9e945f862633882cae3183d465f321bd8dd591f9 (patch)
treee8edbf404e5e9325b7e9b1aeebdd208f60b69944 /src/backend/utils/cache/relcache.c
parentf50c80dbb17efa39c169f6c510e9464486ff5edc (diff)
downloadpostgresql-9e945f862633882cae3183d465f321bd8dd591f9.tar.gz
postgresql-9e945f862633882cae3183d465f321bd8dd591f9.zip
Fix Latin spelling
"c.f." should be "cf.".
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r--src/backend/utils/cache/relcache.c2
1 files changed, 1 insertions, 1 deletions
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).