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:
@@ -60,7 +60,7 @@
|
||||
* all our platforms, but it also simplifies memory ordering concerns
|
||||
* between the remote and local lsn. We use a lwlock instead of a spinlock
|
||||
* so it's less harmful to hold the lock over a WAL write
|
||||
* (c.f. AdvanceReplicationProgress).
|
||||
* (cf. AdvanceReplicationProgress).
|
||||
*
|
||||
* ---------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user