1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Fix Latin spelling

"c.f." should be "cf.".
This commit is contained in:
Peter Eisentraut
2018-01-11 08:31:11 -05:00
parent f50c80dbb1
commit 9e945f8626
8 changed files with 9 additions and 9 deletions

View File

@ -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).