1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +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

@@ -1611,7 +1611,7 @@ contain_leaked_vars_walker(Node *node, void *context)
* WHERE CURRENT OF doesn't contain leaky function calls.
* Moreover, it is essential that this is considered non-leaky,
* since the planner must always generate a TID scan when CURRENT
* OF is present -- c.f. cost_tidscan.
* OF is present -- cf. cost_tidscan.
*/
return false;