1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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

@ -820,7 +820,7 @@ ProcArrayApplyRecoveryInfo(RunningTransactions running)
/*
* latestObservedXid is at least set to the point where SUBTRANS was
* started up to (c.f. ProcArrayInitRecovery()) or to the biggest xid
* started up to (cf. ProcArrayInitRecovery()) or to the biggest xid
* RecordKnownAssignedTransactionIds() was called for. Initialize
* subtrans from thereon, up to nextXid - 1.
*